summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2017-11-27 23:07:38 +0300
committerJoel Stanley <joel@jms.id.au>2017-12-08 09:25:09 +0300
commit33b40df2426bf1b3802c44c95a5d0f8f191d77a5 (patch)
treebe8b106a6a40db15eade0042c08022e2a828d8e4
parent8b1b2c39699d0d6a4d4b4bcdca35210bf0486288 (diff)
downloadlinux-33b40df2426bf1b3802c44c95a5d0f8f191d77a5.tar.xz
ARM: dts: aspeed-g4: add serial gpio driver entry
Adds the serial gpio driver entry for the aspeed ast2400. OpenBMC-Staging-Count: 1 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r--arch/arm/boot/dts/aspeed-g4.dtsi9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-g4.dtsi b/arch/arm/boot/dts/aspeed-g4.dtsi
index 424d843ec1da..b82ebefcb025 100644
--- a/arch/arm/boot/dts/aspeed-g4.dtsi
+++ b/arch/arm/boot/dts/aspeed-g4.dtsi
@@ -238,6 +238,15 @@
clocks = <&clk_hpll>;
};
+ sgpio: gpio@0x1e780200 {
+ #gpio-cells = <2>;
+ gpio-controller;
+ compatible = "aspeed,ast2400-sgpio";
+ reg = <0x1e780200 0x100>;
+ interrupts = <40>;
+ interrupt-controller;
+ };
+
timer: timer@1e782000 {
compatible = "aspeed,ast2400-timer";
reg = <0x1e782000 0x90>;