| Andestech ATCSPI200 SPI controller Device Tree Bindings |
| ------------------------------------------------------- |
| ATCSPI200 is a Serial Peripheral Interface (SPI) controller |
| which serves as a SPI master or a SPI slave. |
| It is often be embedded in AE3XX and AE250 platforms. |
| - compatible: has to be "andestech,atcspi200". |
| - reg: Base address and size of the controllers memory area. |
| - #address-cells: <1>, as required by generic SPI binding. |
| - #size-cells: <0>, also as required by generic SPI binding. |
| - interrupts: Property with a value describing the interrupt number. |
| - clocks: Clock phandles (see clock bindings for details). |
| - spi-max-frequency: Maximum SPI clocking speed of device in Hz. |
| - num-cs: Number of chip selects used. |
| compatible = "andestech,atcspi200"; |
| reg = <0xf0b00000 0x1000>; |
| compatible = "jedec,spi-nor"; |
| spi-max-frequency = <50000000>; |