1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0 2*f126890aSEmmanuel Vadot/* 3*f126890aSEmmanuel Vadot * Copyright (c) 2014 MediaTek Inc. 4*f126890aSEmmanuel Vadot * Author: Joe.C <yingjoe.chen@mediatek.com> 5*f126890aSEmmanuel Vadot * 6*f126890aSEmmanuel Vadot */ 7*f126890aSEmmanuel Vadot 8*f126890aSEmmanuel Vadot/dts-v1/; 9*f126890aSEmmanuel Vadot#include "mt8127.dtsi" 10*f126890aSEmmanuel Vadot 11*f126890aSEmmanuel Vadot/ { 12*f126890aSEmmanuel Vadot model = "MediaTek MT8127 Moose Board"; 13*f126890aSEmmanuel Vadot compatible = "mediatek,mt8127-moose", "mediatek,mt8127"; 14*f126890aSEmmanuel Vadot 15*f126890aSEmmanuel Vadot memory { 16*f126890aSEmmanuel Vadot device_type = "memory"; 17*f126890aSEmmanuel Vadot reg = <0 0x80000000 0 0x40000000>; 18*f126890aSEmmanuel Vadot }; 19*f126890aSEmmanuel Vadot}; 20*f126890aSEmmanuel Vadot 21*f126890aSEmmanuel Vadot&uart0 { 22*f126890aSEmmanuel Vadot status = "okay"; 23*f126890aSEmmanuel Vadot}; 24