aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/bcm11351.dtsi
diff options
context:
space:
mode:
authorMarkus Mayer <markus.mayer@linaro.org>2013-09-10 14:07:03 -0400
committerOlof Johansson <olof@lixom.net>2013-10-31 13:28:54 -0400
commitd394c7bb660b6d595ff17a042f2b885e84dbf603 (patch)
tree237d305f8fe9f54d4d0b481c2974a8cc5b80013a /arch/arm/boot/dts/bcm11351.dtsi
parent15c03dd4859ab16f9212238f29dd315654aa94f6 (diff)
ARM: bcm281xx: Add device node for the GPIO controller
Add the GPIO controller device node for the Broadcom bcm281xx family of mobile SoCs. Signed-off-by: Markus Mayer <markus.mayer@linaro.org> Reviewed-by: Tim Kryger <tim.kryger@linaro.org> Reviewed-by: Matt Porter <matt.porter@linaro.org> Reviewed-by: Tomasz Figa <t.figa@samsung.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Christian Daudt <bcm@fixthebug.org> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/bcm11351.dtsi')
-rw-r--r--arch/arm/boot/dts/bcm11351.dtsi16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi
index 05a5aabe3b2c..77af39668090 100644
--- a/arch/arm/boot/dts/bcm11351.dtsi
+++ b/arch/arm/boot/dts/bcm11351.dtsi
@@ -68,6 +68,22 @@
68 clock-frequency = <32768>; 68 clock-frequency = <32768>;
69 }; 69 };
70 70
71 gpio: gpio@35003000 {
72 compatible = "brcm,bcm11351-gpio", "brcm,kona-gpio";
73 reg = <0x35003000 0x800>;
74 interrupts =
75 <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH
76 GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH
77 GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH
78 GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH
79 GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH
80 GIC_SPI 111 IRQ_TYPE_LEVEL_HIGH>;
81 #gpio-cells = <2>;
82 #interrupt-cells = <2>;
83 gpio-controller;
84 interrupt-controller;
85 };
86
71 sdio1: sdio@3f180000 { 87 sdio1: sdio@3f180000 {
72 compatible = "brcm,kona-sdhci"; 88 compatible = "brcm,kona-sdhci";
73 reg = <0x3f180000 0x10000>; 89 reg = <0x3f180000 0x10000>;