diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-02-19 09:16:19 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-02-19 10:00:46 +0000 |
commit | c7293bcfcc9748bb1e1a46228aacf979f18a1812 (patch) | |
tree | ffeeeb7b98677de3e0cab7567b384ea6b447cb17 /target/linux/mediatek/dts/mt7623a-unielec-u7623-02-emmc-512m.dts | |
parent | 5bab472a111c7dc255bd85546a271a8d31ccac1f (diff) | |
download | upstream-c7293bcfcc9748bb1e1a46228aacf979f18a1812.tar.gz upstream-c7293bcfcc9748bb1e1a46228aacf979f18a1812.tar.bz2 upstream-c7293bcfcc9748bb1e1a46228aacf979f18a1812.zip |
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>
Diffstat (limited to 'target/linux/mediatek/dts/mt7623a-unielec-u7623-02-emmc-512m.dts')
-rw-r--r-- | target/linux/mediatek/dts/mt7623a-unielec-u7623-02-emmc-512m.dts | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/target/linux/mediatek/dts/mt7623a-unielec-u7623-02-emmc-512m.dts b/target/linux/mediatek/dts/mt7623a-unielec-u7623-02-emmc-512m.dts new file mode 100644 index 0000000000..857d440d0f --- /dev/null +++ b/target/linux/mediatek/dts/mt7623a-unielec-u7623-02-emmc-512m.dts @@ -0,0 +1,18 @@ +/* + * 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>; + }; +}; |