Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1521653

[PATCH 1/1] ARM: dts: enable GPIO-b for Broadcom NSP

From Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com>
Newsgroups linux.kernel
Subject [PATCH 1/1] ARM: dts: enable GPIO-b for Broadcom NSP
Date 2016-11-14 14:40 +0100
Message-ID <sDpEn-7Av-43@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This enables the GPIO-b support for Broadcom NSP SoC

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

diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi b/arch/arm/boot/dts/bcm-nsp.dtsi
index 7c9e0fa..2f699a0 100644
--- a/arch/arm/boot/dts/bcm-nsp.dtsi
+++ b/arch/arm/boot/dts/bcm-nsp.dtsi
@@ -241,6 +241,16 @@
 			brcm,nand-has-wp;
 		};
 
+		gpiob: gpio@30000 {
+			compatible = "brcm,iproc-nsp-gpio", "brcm,iproc-gpio";
+			reg = <0x30000 0x50>;
+			#gpio-cells = <2>;
+			gpio-controller;
+			ngpios = <4>;
+			interrupt-controller;
+			interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
+		};
+
 		pwm: pwm@31000 {
 			compatible = "brcm,iproc-pwm";
 			reg = <0x31000 0x28>;
-- 
2.1.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 1/1] ARM: dts: enable GPIO-b for Broadcom NSP Yendapally Reddy Dhananjaya Reddy <yendapally.reddy@broadcom.com> - 2016-11-14 14:40 +0100
  Re: [PATCH 1/1] ARM: dts: enable GPIO-b for Broadcom NSP Florian Fainelli <f.fainelli@gmail.com> - 2016-11-16 22:00 +0100

csiph-web