X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fbrcm63xx%2Fdts%2Fbcm6318.dtsi;h=f851a9cbf5a2e06bbbe693bf0078e99a6c1ae8d1;hb=ce25f4b294fba8cc550ba00dd3fb619a7e95eb1c;hp=97bdea7b5bfd20a8e80a2a1a57763cf1cec34615;hpb=2b41e0cbe7f0e66edc596f387a1a7c8669c968c0;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/target/linux/brcm63xx/dts/bcm6318.dtsi b/target/linux/brcm63xx/dts/bcm6318.dtsi index 97bdea7b5b..f851a9cbf5 100644 --- a/target/linux/brcm63xx/dts/bcm6318.dtsi +++ b/target/linux/brcm63xx/dts/bcm6318.dtsi @@ -3,6 +3,11 @@ #size-cells = <1>; compatible = "brcm,bcm6318"; + aliases { + gpio0 = &gpio0; + gpio1 = &gpio1; + }; + cpus { #address-cells = <1>; #size-cells = <0>; @@ -51,5 +56,23 @@ interrupt-parent = <&cpu_intc>; interrupts = <2>; }; + + gpio1: gpio-controller@10000080 { + compatible = "brcm,bcm6345-gpio"; + reg = <0x10000080 4>, <0x10000088 4>; + + gpio-controller; + #gpio-cells = <2>; + + ngpios = <18>; + }; + + gpio0: gpio-controller@10000084 { + compatible = "brcm,bcm6345-gpio"; + reg = <0x10000084 4>, <0x1000008c 4>; + + gpio-controller; + #gpio-cells = <2>; + }; }; };