···66Required Properties:7788- compatible: should be one of the following.99- "rockchip,rk3066-spi" for rk3066.1010- "rockchip,rk3188-spi", "rockchip,rk3066-spi" for rk3188.1111- "rockchip,rk3288-spi", "rockchip,rk3066-spi" for rk3288.1212- "rockchip,rk3399-spi", "rockchip,rk3066-spi" for rk3399.99+ "rockchip,rk3036-spi" for rk3036 SoCS.1010+ "rockchip,rk3066-spi" for rk3066 SoCs.1111+ "rockchip,rk3188-spi" for rk3188 SoCs.1212+ "rockchip,rk3228-spi" for rk3228 SoCS.1313+ "rockchip,rk3288-spi" for rk3288 SoCs.1414+ "rockchip,rk3368-spi" for rk3368 SoCs.1515+ "rockchip,rk3399-spi" for rk3399 SoCs.1316- reg: physical base address of the controller and length of memory mapped1417 region.1518- interrupts: The interrupt number to the cpu. The interrupt specifier format
···99 - samsung,s3c2443-spi: for s3c2443, s3c2416 and s3c2450 platforms1010 - samsung,s3c6410-spi: for s3c6410 platforms1111 - samsung,s5pv210-spi: for s5pv210 and s5pc110 platforms1212- - samsung,exynos7-spi: for exynos7 platforms1212+ - samsung,exynos5433-spi: for exynos5433 compatible controllers1313+ - samsung,exynos7-spi: for exynos7 platforms <DEPRECATED>13141415- reg: physical base address of the controller and length of memory mapped1516 region.···23222423- dma-names: Names for the dma channels. There must be at least one channel2524 named "tx" for transmit and named "rx" for receive.2525+2626+- clocks: specifies the clock IDs provided to the SPI controller; they are2727+ required for interacting with the controller itself, for synchronizing the bus2828+ and as I/O clock (the latter is required by exynos5433 and exynos7).2929+3030+- clock-names: string names of the clocks in the 'clocks' property; for all the3131+ the devices the names must be "spi", "spi_busclkN" (where N is determined by3232+ "samsung,spi-src-clk"), while Exynos5433 should specify a third clock3333+ "spi_ioclk" for the I/O clock.26342735Required Board Specific Properties:2836···4939 not specified, the default number of chip select lines is set to 1.50405141- cs-gpios: should specify GPIOs used for chipselects (see spi-bus.txt)4242+4343+- no-cs-readback: the CS line is disconnected, therefore the device should not4444+ operate based on CS signalling.52455346SPI Controller specific data in SPI slave nodes:5447
···3838struct s3c64xx_spi_info {3939 int src_clk_nr;4040 int num_cs;4141+ bool no_cs;4142 int (*cfg_gpio)(void);4243 dma_filter_fn filter;4344 void *dma_tx;