diff options
author | Duc Dang <dhdang@apm.com> | 2015-09-01 23:39:27 +0300 |
---|---|---|
committer | Duc Dang <dhdang@apm.com> | 2015-09-16 22:04:25 +0300 |
commit | 5fc86b513fd3a2f19fb267bc2e9cac49c792294e (patch) | |
tree | adb350c621f1dd4295cde53f787b4076cf9bb2a4 /arch/arm64/boot/dts/apm/apm-shadowcat.dtsi | |
parent | 7434f42b8e5ca5d57262ca7ceb856a86e4ade0d4 (diff) | |
download | linux-5fc86b513fd3a2f19fb267bc2e9cac49c792294e.tar.xz |
arm64: dts: Add APM X-Gene 2 standby GPIO controller DTS entries
Add standby domain gpio controller for APM X-Gene 2 SoC platforms.
Signed-off-by: Duc Dang <dhdang@apm.com>
Diffstat (limited to 'arch/arm64/boot/dts/apm/apm-shadowcat.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/apm/apm-shadowcat.dtsi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi b/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi index 350b82b84ab6..c804f8f1f38c 100644 --- a/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi +++ b/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi @@ -224,6 +224,21 @@ dma-coherent; }; + sbgpio: sbgpio@17001000{ + compatible = "apm,xgene-gpio-sb"; + reg = <0x0 0x17001000 0x0 0x400>; + #gpio-cells = <2>; + gpio-controller; + interrupts = <0x0 0x28 0x1>, + <0x0 0x29 0x1>, + <0x0 0x2a 0x1>, + <0x0 0x2b 0x1>, + <0x0 0x2c 0x1>, + <0x0 0x2d 0x1>, + <0x0 0x2e 0x1>, + <0x0 0x2f 0x1>; + }; + sgenet0: ethernet@1f610000 { compatible = "apm,xgene2-sgenet"; status = "disabled"; |