ARM: dts: imx6ul-ccimx6ulsom: Add memory node to board dts

Add memory node to board dts.

This is done in preparation of removing the memory node from imx6ul.dtsi.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Fabio Estevam 2018-11-20 13:59:42 -02:00 committed by Shawn Guo
parent 3f343ec3ea
commit 76368cca63
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@
*/
/ {
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0>; /* will be filled by U-Boot */
};
reserved-memory {
#address-cells = <1>;
#size-cells = <1>;