diff options
author | Kamlakant Patel <kamlakant.patel@broadcom.com> | 2015-08-01 15:14:21 +0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-09-03 13:08:03 +0300 |
commit | a8a747764a970fc4c4f39f554c7dc08a4ca67db8 (patch) | |
tree | fe4abffc52131a9e4d86cf8ff3ebacdf484ad476 /arch/mips/boot/dts/netlogic/xlp_rvp.dts | |
parent | 325f0a1833c41d2d399fda161866923b72592cc9 (diff) | |
download | linux-a8a747764a970fc4c4f39f554c7dc08a4ca67db8.tar.xz |
MIPS: Netlogic: add device tree entry for XLP GPIO
Add GPIO entries to the Netlogic XLP device tree files.
Signed-off-by: Kamlakant Patel <kamlakant.patel@broadcom.com>
Signed-off-by: Jayachandran C <jchandra@broadcom.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/10819/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/boot/dts/netlogic/xlp_rvp.dts')
-rw-r--r-- | arch/mips/boot/dts/netlogic/xlp_rvp.dts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/netlogic/xlp_rvp.dts b/arch/mips/boot/dts/netlogic/xlp_rvp.dts index 7188aed2ea2e..3783639a318a 100644 --- a/arch/mips/boot/dts/netlogic/xlp_rvp.dts +++ b/arch/mips/boot/dts/netlogic/xlp_rvp.dts @@ -69,6 +69,17 @@ }; }; + gpio: xlp_gpio@114100 { + compatible = "netlogic,xlp532-gpio"; + reg = <0 0x114100 0x1000>; + #gpio-cells = <2>; + gpio-controller; + + #interrupt-cells = <2>; + interrupt-parent = <&pic>; + interrupts = <39>; + interrupt-controller; + }; }; chosen { |