Commit 80e41992d9d987a88189ac2f05e6a76b906a1d76

Authored by Biwen Li
Committed by Priyanka Jain
1 parent 38168d6bed

arm64: dts: ls1012a: add gpio node

Add gpio node for SoC LS1012A

Signed-off-by: Biwen Li <biwen.li@nxp.com>

Showing 1 changed file with 20 additions and 0 deletions Side-by-side Diff

arch/arm/dts/fsl-ls1012a.dtsi
... ... @@ -71,6 +71,26 @@
71 71 bus-width = <4>;
72 72 };
73 73  
  74 + gpio0: gpio@2300000 {
  75 + compatible = "fsl,qoriq-gpio";
  76 + reg = <0x0 0x2300000 0x0 0x10000>;
  77 + interrupts = <0 66 0x4>;
  78 + gpio-controller;
  79 + #gpio-cells = <2>;
  80 + interrupt-controller;
  81 + #interrupt-cells = <2>;
  82 + };
  83 +
  84 + gpio1: gpio@2310000 {
  85 + compatible = "fsl,qoriq-gpio";
  86 + reg = <0x0 0x2310000 0x0 0x10000>;
  87 + interrupts = <0 67 0x4>;
  88 + gpio-controller;
  89 + #gpio-cells = <2>;
  90 + interrupt-controller;
  91 + #interrupt-cells = <2>;
  92 + };
  93 +
74 94 i2c0: i2c@2180000 {
75 95 compatible = "fsl,vf610-i2c";
76 96 #address-cells = <1>;