diff options
Diffstat (limited to 'target/linux/brcm63xx/dts/bcm6358.dtsi')
-rw-r--r-- | target/linux/brcm63xx/dts/bcm6358.dtsi | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/dts/bcm6358.dtsi b/target/linux/brcm63xx/dts/bcm6358.dtsi index 7217b8d..bc3784a 100644 --- a/target/linux/brcm63xx/dts/bcm6358.dtsi +++ b/target/linux/brcm63xx/dts/bcm6358.dtsi @@ -5,6 +5,8 @@ aliases { pflash = &pflash; + gpio0 = &gpio0; + gpio1 = &gpio1; }; cpus { @@ -83,5 +85,23 @@ interrupt-parent = <&periph_intc>; interrupts = <20>, <21>; }; + + gpio1: gpio-controller@fffe0080 { + compatible = "brcm,bcm6345-gpio"; + reg = <0xfffe0080 4>, <0xfffe0088 4>; + + gpio-controller; + #gpio-cells = <2>; + + ngpios = <8>; + }; + + gpio0: gpio-controller@fffe0084 { + compatible = "brcm,bcm6345-gpio"; + reg = <0xfffe0084 4>, <0xfffe008c 4>; + + gpio-controller; + #gpio-cells = <2>; + }; }; }; |