projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2507f69
)
mips: bmips: add bcm6345-gpio driver support for BCM6328
author
Álvaro Fernández Rojas
<
[email protected]
>
Sun, 7 May 2017 18:09:32 +0000
(20:09 +0200)
committer
Daniel Schwierzeck
<
[email protected]
>
Wed, 10 May 2017 14:16:09 +0000
(16:16 +0200)
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]
>
arch/mips/dts/brcm,bcm6328.dtsi
patch
|
blob
|
history
diff --git
a/arch/mips/dts/brcm,bcm6328.dtsi
b/arch/mips/dts/brcm,bcm6328.dtsi
index b2872399673377a93601015dcbbf8595140b1cb3..30c2ee8b18c43b7b21ee4c16403679c24b58ec18 100644
(file)
--- 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>;