[U-Boot] [PATCH 1/4] mmc: meson: add MMC nodes to Meson GXBB DT
Heiner Kallweit
hkallweit1 at gmail.com
Fri Jan 20 08:18:30 CET 2017
Copied from amlogic/meson-gx.dtsi on Linux with the interrupt
definition removed.
Signed-off-by: Heiner Kallweit <hkallweit1 at gmail.com>
---
arch/arm/dts/meson-gxbb.dtsi | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/arch/arm/dts/meson-gxbb.dtsi b/arch/arm/dts/meson-gxbb.dtsi
index e502c24..3f357b4 100644
--- a/arch/arm/dts/meson-gxbb.dtsi
+++ b/arch/arm/dts/meson-gxbb.dtsi
@@ -329,6 +329,24 @@
#address-cells = <2>;
#size-cells = <2>;
ranges = <0x0 0x0 0x0 0xd0000000 0x0 0x200000>;
+
+ sd_emmc_a: mmc at 70000 {
+ compatible = "amlogic,meson-gx-mmc", "amlogic,meson-gxbb-mmc";
+ reg = <0x0 0x70000 0x0 0x2000>;
+ status = "disabled";
+ };
+
+ sd_emmc_b: mmc at 72000 {
+ compatible = "amlogic,meson-gx-mmc", "amlogic,meson-gxbb-mmc";
+ reg = <0x0 0x72000 0x0 0x2000>;
+ status = "disabled";
+ };
+
+ sd_emmc_c: mmc at 74000 {
+ compatible = "amlogic,meson-gx-mmc", "amlogic,meson-gxbb-mmc";
+ reg = <0x0 0x74000 0x0 0x2000>;
+ status = "disabled";
+ };
};
ethmac: ethernet at c9410000 {
--
2.11.0
More information about the U-Boot
mailing list