diff options
| author | Álvaro Fernández Rojas <[email protected]> | 2017-05-07 20:09:32 +0200 |
|---|---|---|
| committer | Daniel Schwierzeck <[email protected]> | 2017-05-10 16:16:09 +0200 |
| commit | 320186f4768a6a8445909031fa4646e455940862 (patch) | |
| tree | 51ad8d237bb65bd56d1eba840e0f09240118c30a | |
| parent | 2507f69c41d8b4f9140e3668f3a4c76a43bb76d1 (diff) | |
mips: bmips: add bcm6345-gpio driver support for BCM6328
This SoC has one gpio bank with a total of 32 GPIOs.
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
| -rw-r--r-- | arch/mips/dts/brcm,bcm6328.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/mips/dts/brcm,bcm6328.dtsi b/arch/mips/dts/brcm,bcm6328.dtsi index b2872399673..30c2ee8b18c 100644 --- a/arch/mips/dts/brcm,bcm6328.dtsi +++ b/arch/mips/dts/brcm,bcm6328.dtsi @@ -63,6 +63,15 @@ mask = <0x1>; }; + gpio: gpio-controller@10000084 { + compatible = "brcm,bcm6345-gpio"; + reg = <0x10000084 0x4>, <0x1000008c 0x4>; + gpio-controller; + #gpio-cells = <2>; + + status = "disabled"; + }; + uart0: serial@10000100 { compatible = "brcm,bcm6345-uart"; reg = <0x10000100 0x18>; |
