[U-Boot] [PATCH 13/18] dt: bcm6858: add nand controller

Philippe Reynes philippe.reynes at softathome.com
Fri Mar 15 14:14:42 UTC 2019


Add the nand controller in the bcm6858 device tree.

Signed-off-by: Philippe Reynes <philippe.reynes at softathome.com>
---
 arch/arm/dts/bcm6858.dtsi | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/arch/arm/dts/bcm6858.dtsi b/arch/arm/dts/bcm6858.dtsi
index 23b80c6..f48f93b 100644
--- a/arch/arm/dts/bcm6858.dtsi
+++ b/arch/arm/dts/bcm6858.dtsi
@@ -98,5 +98,18 @@
 			compatible = "wdt-reboot";
 			wdt = <&wdt1>;
 		};
+
+		nand: nand-controller at ff801800 {
+			compatible = "brcm,nand-bcm6858",
+				     "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";
+		};
 	};
 };
-- 
2.7.4



More information about the U-Boot mailing list