Commit 4e0dc38d authored by hui.song's avatar hui.song Committed by Priyanka Jain
Browse files

armv8: dts: fsl-lx2160a: add gpio0 gpio1 gpio3 DT nodes



add gpio0 gpio1 gpio3 DT nodes to fsl-lx21600.dtsi
Signed-off-by: default avatarhui.song <hui.song_1@nxp.com>
Reviewed-by: default avatarHeiko Schocher <hs@denx.de>
Reviewed-by: default avatarPriyanka Jain <priyanka.jain@nxp.com>
parent d31f3a1b
...@@ -199,6 +199,28 @@ ...@@ -199,6 +199,28 @@
num-cs = <6>; num-cs = <6>;
}; };
gpio0: gpio@2300000 {
compatible = "fsl,qoriq-gpio";
reg = <0x0 0x2300000 0x0 0x10000>;
interrupts = <0 36 4>;
gpio-controller;
little-endian;
#gpio-cells = <2>;
interrupt-controller;
#interrupt-cells = <2>;
};
gpio1: gpio@2310000 {
compatible = "fsl,qoriq-gpio";
reg = <0x0 0x2310000 0x0 0x10000>;
interrupts = <0 36 4>;
gpio-controller;
little-endian;
#gpio-cells = <2>;
interrupt-controller;
#interrupt-cells = <2>;
};
gpio2: gpio@2320000 { gpio2: gpio@2320000 {
compatible = "fsl,qoriq-gpio"; compatible = "fsl,qoriq-gpio";
reg = <0x0 0x2320000 0x0 0x10000>; reg = <0x0 0x2320000 0x0 0x10000>;
...@@ -210,6 +232,17 @@ ...@@ -210,6 +232,17 @@
#interrupt-cells = <2>; #interrupt-cells = <2>;
}; };
gpio3: gpio@2330000 {
compatible = "fsl,qoriq-gpio";
reg = <0x0 0x2330000 0x0 0x10000>;
interrupts = <0 37 4>;
gpio-controller;
little-endian;
#gpio-cells = <2>;
interrupt-controller;
#interrupt-cells = <2>;
};
watchdog@23a0000 { watchdog@23a0000 {
compatible = "arm,sbsa-gwdt"; compatible = "arm,sbsa-gwdt";
reg = <0x0 0x23a0000 0 0x1000>, reg = <0x0 0x23a0000 0 0x1000>,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment