Skip to content

Commit b72fe6c

Browse files
AlvinPaul26michalsimek
authored andcommitted
boards: amd: mbv32: Add axi-gpio DT node
Add axi-gpio DT node for mbv32 platform. IP is already present in QEMU and also in used HW. Signed-off-by: Paul Alvin <[email protected]> Message-ID: <[email protected]> State: pending
1 parent 02f0be7 commit b72fe6c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

boards/amd/mbv32/mbv32.dts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,25 @@
9898
clocks = <&clk100>;
9999
current-speed = <115200>;
100100
};
101+
102+
axi_gpio: gpio@40010000 {
103+
compatible = "xlnx,xps-gpio-1.00.a";
104+
reg = <0x40010000 0x10000>;
105+
gpio-controller;
106+
interrupt-parent = <&axi_intc>;
107+
interrupts = <0x4 0x2>;
108+
#gpio-cells = <0x2>;
109+
xlnx,all-inputs = <0x0>;
110+
xlnx,tri-default = <0xffffffff>;
111+
xlnx,gpio2-width = <0x20>;
112+
xlnx,dout-default-2 = <0x0>;
113+
xlnx,all-outputs-2 = <0x0>;
114+
xlnx,all-inputs-2 = <0x0>;
115+
xlnx,tri-default-2 = <0xffffffff>;
116+
xlnx,is-dual = <0x0>;
117+
xlnx,dout-default = <0x0>;
118+
xlnx,gpio-width = <0x2>;
119+
xlnx,all-outputs = <0x0>;
120+
};
101121
};
102122
};

0 commit comments

Comments
 (0)