Lines Matching +full:aux +full:- +full:bus
8 - compatible: Should be "brcm,bcm2835-aux-spi".
9 - reg: Should contain register location and length for the spi block
10 - interrupts: Should contain shared interrupt of the aux block
11 - clocks: The clock feeding the SPI controller - needs to
15 - cs-gpios: the cs-gpios (native cs is NOT supported)
16 see also spi-bus.txt
21 compatible = "brcm,bcm2835-aux-spi";
25 #address-cells = <1>;
26 #size-cells = <0>;
27 cs-gpios = <&gpio 18>, <&gpio 17>, <&gpio 16>;
31 compatible = "brcm,bcm2835-aux-spi";
35 #address-cells = <1>;
36 #size-cells = <0>;
37 cs-gpios = <&gpio 43>, <&gpio 44>, <&gpio 45>;