Commit a38d50825bc4989805246475f30dadd246b09f5d

Authored by Biwen Li
Committed by Priyanka Jain
1 parent 80e41992d9

arm64: dts: ls1028a: add gpio node

Add gpio node for SoC LS1028A

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

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

arch/arm/dts/fsl-ls1028a.dtsi
... ... @@ -427,6 +427,39 @@
427 427 status = "disabled";
428 428 };
429 429  
  430 + gpio0: gpio@2300000 {
  431 + compatible = "fsl,ls1028a-gpio","fsl,qoriq-gpio";
  432 + reg = <0x0 0x2300000 0x0 0x10000>;
  433 + interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
  434 + gpio-controller;
  435 + #gpio-cells = <2>;
  436 + interrupt-controller;
  437 + #interrupt-cells = <2>;
  438 + little-endian;
  439 + };
  440 +
  441 + gpio1: gpio@2310000 {
  442 + compatible = "fsl,ls1028a-gpio","fsl,qoriq-gpio";
  443 + reg = <0x0 0x2310000 0x0 0x10000>;
  444 + interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
  445 + gpio-controller;
  446 + #gpio-cells = <2>;
  447 + interrupt-controller;
  448 + #interrupt-cells = <2>;
  449 + little-endian;
  450 + };
  451 +
  452 + gpio2: gpio@2320000 {
  453 + compatible = "fsl,ls1028a-gpio","fsl,qoriq-gpio";
  454 + reg = <0x0 0x2320000 0x0 0x10000>;
  455 + interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
  456 + gpio-controller;
  457 + #gpio-cells = <2>;
  458 + interrupt-controller;
  459 + #interrupt-cells = <2>;
  460 + little-endian;
  461 + };
  462 +
430 463 sata: sata@3200000 {
431 464 compatible = "fsl,ls1028a-ahci";
432 465 reg = <0x0 0x3200000 0x0 0x10000 /* ccsr sata base */