xref: /freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8192-evb.dts (revision d5b0e70f7e04d971691517ce1304d86a1e367e2e)
15def4c47SEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0 OR MIT)
25def4c47SEmmanuel Vadot/*
35def4c47SEmmanuel Vadot * Copyright (C) 2020 MediaTek Inc.
45def4c47SEmmanuel Vadot * Author: Seiya Wang <seiya.wang@mediatek.com>
55def4c47SEmmanuel Vadot */
65def4c47SEmmanuel Vadot/dts-v1/;
75def4c47SEmmanuel Vadot#include "mt8192.dtsi"
8*d5b0e70fSEmmanuel Vadot#include "mt6359.dtsi"
95def4c47SEmmanuel Vadot
105def4c47SEmmanuel Vadot/ {
115def4c47SEmmanuel Vadot	model = "MediaTek MT8192 evaluation board";
125def4c47SEmmanuel Vadot	compatible = "mediatek,mt8192-evb", "mediatek,mt8192";
135def4c47SEmmanuel Vadot
145def4c47SEmmanuel Vadot	aliases {
155def4c47SEmmanuel Vadot		serial0 = &uart0;
165def4c47SEmmanuel Vadot	};
175def4c47SEmmanuel Vadot
185def4c47SEmmanuel Vadot	chosen {
195def4c47SEmmanuel Vadot		stdout-path = "serial0:921600n8";
205def4c47SEmmanuel Vadot	};
215def4c47SEmmanuel Vadot
225def4c47SEmmanuel Vadot	memory@40000000 {
235def4c47SEmmanuel Vadot		device_type = "memory";
245def4c47SEmmanuel Vadot		reg = <0 0x40000000 0 0x80000000>;
255def4c47SEmmanuel Vadot	};
265def4c47SEmmanuel Vadot};
275def4c47SEmmanuel Vadot
285def4c47SEmmanuel Vadot&uart0 {
295def4c47SEmmanuel Vadot	status = "okay";
305def4c47SEmmanuel Vadot};
31