From: Yendapally Reddy Dhananjaya Reddy Date: Fri, 4 Dec 2015 17:12:42 +0000 (-0500) Subject: ARM: dts: enable GPIO-a for Broadcom NSP X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=018e4feb7584971b3dbda6daa6a8fef310cafbcb;p=linux-beck.git 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 Signed-off-by: Florian Fainelli --- 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 = ; + gpio-ranges = <&pinctrl 0 0 32>; + }; + uart0: serial@0300 { compatible = "ns16550a"; reg = <0x0300 0x100>;