Commit cd0493090742e6ee112e12cb4e4b96ba39e48af2

Authored by Biwen Li
Committed by Priyanka Jain
1 parent 67b8716280

arm64: dts: ls208xa: add gpio node

Add gpio node for SoC LS208xA

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

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

arch/arm/dts/fsl-ls2080a.dtsi
... ... @@ -57,6 +57,50 @@
57 57 <0x00000000 0x08340000 0 0x40000>; /* MC control reg */
58 58 };
59 59  
  60 + gpio0: gpio@2300000 {
  61 + compatible = "fsl,ls2080a-gpio", "fsl,qoriq-gpio";
  62 + reg = <0x0 0x2300000 0x0 0x10000>;
  63 + interrupts = <0 36 0x4>; /* Level high type */
  64 + gpio-controller;
  65 + little-endian;
  66 + #gpio-cells = <2>;
  67 + interrupt-controller;
  68 + #interrupt-cells = <2>;
  69 + };
  70 +
  71 + gpio1: gpio@2310000 {
  72 + compatible = "fsl,ls2080a-gpio", "fsl,qoriq-gpio";
  73 + reg = <0x0 0x2310000 0x0 0x10000>;
  74 + interrupts = <0 36 0x4>; /* Level high type */
  75 + gpio-controller;
  76 + little-endian;
  77 + #gpio-cells = <2>;
  78 + interrupt-controller;
  79 + #interrupt-cells = <2>;
  80 + };
  81 +
  82 + gpio2: gpio@2320000 {
  83 + compatible = "fsl,ls2080a-gpio", "fsl,qoriq-gpio";
  84 + reg = <0x0 0x2320000 0x0 0x10000>;
  85 + interrupts = <0 37 0x4>; /* Level high type */
  86 + gpio-controller;
  87 + little-endian;
  88 + #gpio-cells = <2>;
  89 + interrupt-controller;
  90 + #interrupt-cells = <2>;
  91 + };
  92 +
  93 + gpio3: gpio@2330000 {
  94 + compatible = "fsl,ls2080a-gpio", "fsl,qoriq-gpio";
  95 + reg = <0x0 0x2330000 0x0 0x10000>;
  96 + interrupts = <0 37 0x4>; /* Level high type */
  97 + gpio-controller;
  98 + little-endian;
  99 + #gpio-cells = <2>;
  100 + interrupt-controller;
  101 + #interrupt-cells = <2>;
  102 + };
  103 +
60 104 i2c0: i2c@2000000 {
61 105 status = "disabled";
62 106 compatible = "fsl,vf610-i2c";