19 lines
405 B
Text
19 lines
405 B
Text
|
/*
|
||
|
* 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>;
|
||
|
};
|
||
|
};
|