From: Andrew Jeffery Date: Tue, 6 Dec 2016 03:53:44 +0000 (+1100) Subject: ARM: dts: aspeed-g4: Add gpio controller to devicetree X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=09955007b2f643e07cc5fa21a34da6cec97bb7a1;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git ARM: dts: aspeed-g4: Add gpio controller to devicetree Signed-off-by: Andrew Jeffery Signed-off-by: Joel Stanley --- diff --git a/arch/arm/boot/dts/aspeed-g4.dtsi b/arch/arm/boot/dts/aspeed-g4.dtsi index b00dfc7a3bf7..20b75667286f 100644 --- a/arch/arm/boot/dts/aspeed-g4.dtsi +++ b/arch/arm/boot/dts/aspeed-g4.dtsi @@ -822,6 +822,16 @@ reg = <0x1e720000 0x8000>; // 32K }; + gpio: gpio@1e780000 { + #gpio-cells = <2>; + gpio-controller; + compatible = "aspeed,ast2400-gpio"; + reg = <0x1e780000 0x1000>; + interrupts = <20>; + gpio-ranges = <&pinctrl 0 0 220>; + interrupt-controller; + }; + timer: timer@1e782000 { compatible = "aspeed,ast2400-timer"; reg = <0x1e782000 0x90>;