projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f313636
)
dt: bcm63158: add nand controller
author
Philippe Reynes
<philippe.reynes@softathome.com>
Fri, 15 Mar 2019 14:14:45 +0000
(15:14 +0100)
committer
Tom Rini
<trini@konsulko.com>
Mon, 22 Apr 2019 16:06:38 +0000
(12:06 -0400)
Add the nand controller in the bcm63158 device tree.
Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
arch/arm/dts/bcm63158.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/bcm63158.dtsi
b/arch/arm/dts/bcm63158.dtsi
index
4f41f62
..
482da94
100644
(file)
--- a/
arch/arm/dts/bcm63158.dtsi
+++ b/
arch/arm/dts/bcm63158.dtsi
@@
-178,5
+178,18
@@
status = "disabled";
};
+
+ nand: nand-controller@ff801800 {
+ compatible = "brcm,nand-bcm63158",
+ "brcm,brcmnand-v5.0",
+ "brcm,brcmnand";
+ reg-names = "nand", "nand-int-base", "nand-cache";
+ reg = <0x0 0xff801800 0x0 0x180>,
+ <0x0 0xff802000 0x0 0x10>,
+ <0x0 0xff801c00 0x0 0x200>;
+ parameter-page-big-endian = <0>;
+
+ status = "disabled";
+ };
};
};