openwrt/target/linux/mediatek/dts/mt7623a-unielec-u7623-02-emmc-512m.dts
Daniel Golle 20b7d1b7b7 mediatek: move mt7623a-unielec-u7623*.dts* out of patch
Instead of adding those device tree sources using a patch, simply move
them to the newly created dts folder.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: maurerr <mariusd84@gmail.com>
2021-09-01 08:07:38 +00:00

19 lines
405 B
Plaintext

/*
* Copyright 2018 Kristian Evensen <kristian.evensen@gmail.com>
*
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
*/
/dts-v1/;
#include "mt7623a-unielec-u7623-02-emmc.dtsi"
/ {
model = "UniElec U7623-02 eMMC (512M RAM)";
compatible = "unielec,u7623-02-emmc-512m", "unielec,u7623-02-emmc", "mediatek,mt7623";
memory@80000000 {
device_type = "memory";
reg = <0 0x80000000 0 0x20000000>;
};
};