openwrt/target/linux/mediatek/dts/mt7623a-unielec-u7623-02-emmc-512m.dts
Daniel Golle c7293bcfcc
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>
2021-02-19 10:00:46 +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>;
};
};