Skip to content

Commit

Permalink
ARM: dts: enable GPIO-a for Broadcom NSP
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Yendapally Reddy Dhananjaya Reddy authored and Florian Fainelli committed Feb 11, 2016
1 parent 3dd3c07 commit 018e4fe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions arch/arm/boot/dts/bcm-nsp.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 018e4fe

Please sign in to comment.