arch:arm:dts: odroid/trats2: add memory device type
authorPrzemyslaw Marczak <p.marczak@samsung.com>
Wed, 23 Jul 2014 09:41:41 +0000 (11:41 +0200)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 20 Oct 2020 00:42:33 +0000 (09:42 +0900)
Change-Id: I80c42c8c390ccba1e748671b7f85d5b71371bbe9
Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
arch/arm/dts/exynos4412-odroid.dts
arch/arm/dts/exynos4412-trats2.dts

index ce08e8dc1ebb1b10911fdace90365229dbb29094..303112533837249cb06d0be8c4930a9d3d9afe8b 100644 (file)
                mmc2 = &sdhci2;
        };
 
+       memory {
+               device_type = "memory";
+               reg =  <0x40000000 0x10000000
+                       0x50000000 0x10000000
+                       0x60000000 0x10000000
+                       0x70000000 0x10000000
+                       0x80000000 0x10000000
+                       0x90000000 0x10000000
+                       0xa0000000 0x10000000
+                       0xb0000000 0xff00000>;
+       };
+
        serial@13810000 {
                status = "okay";
        };
index c4db137e01f62e98c8f34c1aba79ce0f7fb86641..c0be1427a3d7a438598df08b376451ab113eb34a 100644 (file)
                mmc1 = &sdhci2;
        };
 
+       memory {
+               device_type = "memory";
+               reg = <0x40000000 0x10000000
+                      0x50000000 0x10000000
+                      0x60000000 0x10000000
+                      0x70000000 0x10000000>;
+       };
+
        i2c_fg: fuel-gauge {
                compatible = "i2c-gpio";
                gpios = <&gpf1 5 0>,    /* sda */