diff options
author | Yendapally Reddy Dhananjaya Reddy <yrdreddy@broadcom.com> | 2015-12-04 18:12:42 +0100 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2016-02-11 20:59:29 +0100 |
commit | 018e4feb7584971b3dbda6daa6a8fef310cafbcb (patch) | |
tree | 056c061d62a3b8028ee7b3b4c46cb93833b0e06d /arch/arm/boot/dts/bcm-nsp.dtsi | |
parent | ARM: dts: Add audio clock to the existing Broadcom Cygnus clock DT (diff) | |
download | linux-018e4feb7584971b3dbda6daa6a8fef310cafbcb.tar.xz linux-018e4feb7584971b3dbda6daa6a8fef310cafbcb.zip |
ARM: dts: enable GPIO-a for Broadcom NSP
This enables the GPIO-a support for Broadcom NSP SoC
Signed-off-by: Yendapally Reddy Dhananjaya Reddy <yrdreddy@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm-nsp.dtsi')
-rw-r--r-- | arch/arm/boot/dts/bcm-nsp.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi b/arch/arm/boot/dts/bcm-nsp.dtsi index 10bdef557ba0..49f9376d0d12 100644 --- a/arch/arm/boot/dts/bcm-nsp.dtsi +++ b/arch/arm/boot/dts/bcm-nsp.dtsi @@ -169,6 +169,18 @@ #address-cells = <1>; #size-cells = <1>; + gpioa: gpio@0020 { + compatible = "brcm,nsp-gpio-a"; + reg = <0x0020 0x70>, + <0x3f1c4 0x1c>; + #gpio-cells = <2>; + gpio-controller; + ngpios = <32>; + interrupt-controller; + interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>; + gpio-ranges = <&pinctrl 0 0 32>; + }; + uart0: serial@0300 { compatible = "ns16550a"; reg = <0x0300 0x100>; |