]> git.sur5r.net Git - u-boot/commitdiff
mips: bmips: add bcm6345-gpio driver support for BCM6358
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Sun, 7 May 2017 18:09:31 +0000 (20:09 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 10 May 2017 14:16:09 +0000 (16:16 +0200)
This SoC has one gpio bank divided into two 32 bit registers, with a total of
40 GPIOs.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/mips/dts/brcm,bcm6358.dtsi

index 48322fb143838da48483e044dd100dd499a0e2e2..4c945552044a797ee197d9eeb2a2ab31dcf48d9a 100644 (file)
                        mask = <0x1>;
                };
 
+               gpio1: gpio-controller@fffe0080 {
+                       compatible = "brcm,bcm6345-gpio";
+                       reg = <0xfffe0080 0x4>, <0xfffe0088 0x4>;
+                       gpio-controller;
+                       #gpio-cells = <2>;
+                       ngpios = <8>;
+
+                       status = "disabled";
+               };
+
+               gpio0: gpio-controller@fffe0084 {
+                       compatible = "brcm,bcm6345-gpio";
+                       reg = <0xfffe0084 0x4>, <0xfffe008c 0x4>;
+                       gpio-controller;
+                       #gpio-cells = <2>;
+
+                       status = "disabled";
+               };
+
                uart0: serial@fffe0100 {
                        compatible = "brcm,bcm6345-uart";
                        reg = <0xfffe0100 0x18>;