xref: /freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt6779-evb.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
15def4c47SEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0+
25def4c47SEmmanuel Vadot/*
35def4c47SEmmanuel Vadot * Copyright (c) 2019 MediaTek Inc.
45def4c47SEmmanuel Vadot * Author: Mars.C <mars.cheng@mediatek.com>
55def4c47SEmmanuel Vadot *
65def4c47SEmmanuel Vadot */
75def4c47SEmmanuel Vadot
85def4c47SEmmanuel Vadot/dts-v1/;
95def4c47SEmmanuel Vadot#include "mt6779.dtsi"
105def4c47SEmmanuel Vadot
115def4c47SEmmanuel Vadot/ {
125def4c47SEmmanuel Vadot	model = "MediaTek MT6779 EVB";
13*f126890aSEmmanuel Vadot	chassis-type = "embedded";
145def4c47SEmmanuel Vadot	compatible = "mediatek,mt6779-evb", "mediatek,mt6779";
155def4c47SEmmanuel Vadot
165def4c47SEmmanuel Vadot	aliases {
175def4c47SEmmanuel Vadot		serial0 = &uart0;
185def4c47SEmmanuel Vadot	};
195def4c47SEmmanuel Vadot
205def4c47SEmmanuel Vadot	memory@40000000 {
215def4c47SEmmanuel Vadot		device_type = "memory";
225def4c47SEmmanuel Vadot		reg = <0 0x40000000 0 0x1e800000>;
235def4c47SEmmanuel Vadot	};
245def4c47SEmmanuel Vadot
255def4c47SEmmanuel Vadot	chosen {
265def4c47SEmmanuel Vadot		stdout-path = "serial0:921600n8";
275def4c47SEmmanuel Vadot	};
285def4c47SEmmanuel Vadot};
295def4c47SEmmanuel Vadot
305def4c47SEmmanuel Vadot&uart0 {
315def4c47SEmmanuel Vadot	status = "okay";
325def4c47SEmmanuel Vadot};
33