Lines Matching +full:positive +full:- +full:phase
4 - compatible : Should be "cznic,moxtet"
5 - #address-cells : Has to be 1
6 - #size-cells : Has to be 0
7 - spi-cpol : Required inverted clock polarity
8 - spi-cpha : Required shifted clock phase
9 - interrupts : Must contain reference to the shared interrupt line
10 - interrupt-controller : Required
11 - #interrupt-cells : Has to be 1
14 ../spi/spi-bus.txt.
17 - reg : Should be position on the Moxtet bus (how many Moxtet
19 either 0 or a positive integer)
29 #address-cells = <1>;
30 #size-cells = <0>;
32 spi-max-frequency = <10000000>;
33 spi-cpol;
34 spi-cpha;
35 interrupt-controller;
36 #interrupt-cells = <1>;
37 interrupt-parent = <&gpiosb>;
41 compatible = "cznic,moxtet-gpio";
42 gpio-controller;
43 #gpio-cells = <2>;