From: Álvaro Fernández Rojas Date: Sun, 7 May 2017 18:09:32 +0000 (+0200) Subject: mips: bmips: add bcm6345-gpio driver support for BCM6328 X-Git-Tag: v2017.07-rc1~357^2~24 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=320186f4768a6a8445909031fa4646e455940862;p=u-boot 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 Reviewed-by: Simon Glass --- diff --git a/arch/mips/dts/brcm,bcm6328.dtsi b/arch/mips/dts/brcm,bcm6328.dtsi index b287239967..30c2ee8b18 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>;