[PATCH v4 3/3] ARM: bcm281xx: Device Tree bindings for GPIO driver
From: Linus Walleij <hidden>
Date: 2013-08-23 17:38:38
On Mon, Aug 19, 2013 at 8:59 PM, Markus Mayer [off-list ref] wrote:
quoted hunk ↗ jump to hunk
GPIO device tree bindings for the Broadcom bcm281xx family of chips Signed-off-by: Markus Mayer <redacted> Reviewed-by: Tim Kryger <redacted> Reviewed-by: Matt Porter <redacted> --- arch/arm/boot/dts/bcm11351.dtsi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+)diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi index c0cdf66..a3945e3 100644 --- a/arch/arm/boot/dts/bcm11351.dtsi +++ b/arch/arm/boot/dts/bcm11351.dtsi@@ -63,6 +63,22 @@ clock-frequency = <32768>; }; + gpio: gpio at 35003000 { + compatible = "brcm,bcm11351-gpio", "brcm,kona-gpio"; + reg = <0x35003000 0x800>; + interrupts = + <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH + GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH + GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH + GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH + GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH + GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>; + #gpio-cells = <2>; + #interrupt-cells = <2>; + gpio-controller; + interrupt-controller; + };
Acked-by: Linus Walleij <redacted> Yours, Linus Walleij