xref: /freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt6797-evb.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1c66ec88fSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only
2c66ec88fSEmmanuel Vadot/*
3c66ec88fSEmmanuel Vadot * Copyright (c) 2017 MediaTek Inc.
4c66ec88fSEmmanuel Vadot * Author: Mars.C <mars.cheng@mediatek.com>
5c66ec88fSEmmanuel Vadot */
6c66ec88fSEmmanuel Vadot
7c66ec88fSEmmanuel Vadot/dts-v1/;
8c66ec88fSEmmanuel Vadot#include "mt6797.dtsi"
9c66ec88fSEmmanuel Vadot
10c66ec88fSEmmanuel Vadot/ {
11c66ec88fSEmmanuel Vadot	model = "MediaTek MT6797 Evaluation Board";
12*f126890aSEmmanuel Vadot	chassis-type = "embedded";
13c66ec88fSEmmanuel Vadot	compatible = "mediatek,mt6797-evb", "mediatek,mt6797";
14c66ec88fSEmmanuel Vadot
15c66ec88fSEmmanuel Vadot	aliases {
16c66ec88fSEmmanuel Vadot		serial0 = &uart0;
17c66ec88fSEmmanuel Vadot	};
18c66ec88fSEmmanuel Vadot
19c66ec88fSEmmanuel Vadot	memory@40000000 {
20c66ec88fSEmmanuel Vadot		device_type = "memory";
21c66ec88fSEmmanuel Vadot		reg = <0 0x40000000 0 0x1e800000>;
22c66ec88fSEmmanuel Vadot	};
23c66ec88fSEmmanuel Vadot
24c66ec88fSEmmanuel Vadot	chosen {};
25c66ec88fSEmmanuel Vadot};
26c66ec88fSEmmanuel Vadot
27c66ec88fSEmmanuel Vadot&uart0 {
28c66ec88fSEmmanuel Vadot	status = "okay";
29c66ec88fSEmmanuel Vadot	pinctrl-names = "default";
30c66ec88fSEmmanuel Vadot	pinctrl-0 = <&uart0_pins_a>;
31c66ec88fSEmmanuel Vadot};
32