Lines Matching +full:tri +full:- +full:default
9 - compatible : Should be "xlnx,xps-gpio-1.00.a"
10 - reg : Address and length of the register set for the device
11 - #gpio-cells : Should be two. The first cell is the pin number and the
13 - gpio-controller : Marks the device node as a GPIO controller.
16 - clocks : Input clock specifier. Refer to common clock bindings.
17 - interrupts : Interrupt mapping for GPIO IRQ.
18 - xlnx,all-inputs : if n-th bit is setup, GPIO-n is input
19 - xlnx,dout-default : if n-th bit is 1, GPIO-n default value is 1
20 - xlnx,gpio-width : gpio width
21 - xlnx,tri-default : if n-th bit is 1, GPIO-n is in tristate mode
22 - xlnx,is-dual : if 1, controller also uses the second channel
23 - xlnx,all-inputs-2 : as above but for the second channel
24 - xlnx,dout-default-2 : as above but the second channel
25 - xlnx,gpio2-width : as above but for the second channel
26 - xlnx,tri-default-2 : as above but for the second channel
31 #gpio-cells = <2>;
32 compatible = "xlnx,xps-gpio-1.00.a";
34 gpio-controller ;
35 interrupt-parent = <µblaze_0_intc>;
38 xlnx,all-inputs = <0x0>;
39 xlnx,all-inputs-2 = <0x0>;
40 xlnx,dout-default = <0x0>;
41 xlnx,dout-default-2 = <0x0>;
42 xlnx,gpio-width = <0x2>;
43 xlnx,gpio2-width = <0x2>;
44 xlnx,interrupt-present = <0x1>;
45 xlnx,is-dual = <0x1>;
46 xlnx,tri-default = <0xffffffff>;
47 xlnx,tri-default-2 = <0xffffffff>;