All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 3/3] ARM: dts: enable GPIO-a for Broadcom NSP
@ 2015-12-04 17:12 ` Yendapally Reddy Dhananjaya Reddy
  0 siblings, 0 replies; 11+ messages in thread
From: Yendapally Reddy Dhananjaya Reddy @ 2015-12-04 17:12 UTC (permalink / raw)
  To: linux-arm-kernel

This enables the GPIO-a support for Broadcom NSP SoC

Signed-off-by: Yendapally Reddy Dhananjaya Reddy <yrdreddy@broadcom.com>
---
 arch/arm/boot/dts/bcm-nsp.dtsi | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi b/arch/arm/boot/dts/bcm-nsp.dtsi
index 58aca27..148d79e 100644
--- a/arch/arm/boot/dts/bcm-nsp.dtsi
+++ b/arch/arm/boot/dts/bcm-nsp.dtsi
@@ -116,4 +116,16 @@
 			status = "disabled";
 		};
 	};
+
+	gpioa: gpio at 18000020 {
+		compatible = "brcm,nsp-gpio-a";
+		reg = <0x18000020 0x70>,
+		      <0x1803f1c4 0x1c>;
+		#gpio-cells = <2>;
+		gpio-controller;
+		ngpios = <32>;
+		interrupt-controller;
+		interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
+		gpio-ranges = <&pinctrl 0 0 32>;
+	};
 };
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-02-11 20:01 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-04 17:12 [PATCH v2 3/3] ARM: dts: enable GPIO-a for Broadcom NSP Yendapally Reddy Dhananjaya Reddy
2015-12-04 17:12 ` Yendapally Reddy Dhananjaya Reddy
2015-12-04 17:12 ` Yendapally Reddy Dhananjaya Reddy
2015-12-10 17:46 ` Linus Walleij
2015-12-10 17:46   ` Linus Walleij
2015-12-10 17:46   ` Linus Walleij
2015-12-11  0:33   ` Florian Fainelli
2015-12-11  0:33     ` Florian Fainelli
2015-12-11  0:33     ` Florian Fainelli
2016-02-11 20:01 ` Florian Fainelli
2016-02-11 20:01   ` Florian Fainelli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.