summaryrefslogtreecommitdiffstats
path: root/dts/src/arm64/mediatek/mt7622-rfb1.dts
blob: c08309df2cc7ff61f746f78a0c972c589d86300d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
 * Copyright (c) 2017 MediaTek Inc.
 * Author: Ming Huang <ming.huang@mediatek.com>
 *	   Sean Wang <sean.wang@mediatek.com>
 *
 * SPDX-License-Identifier: (GPL-2.0 OR MIT)
 */

/dts-v1/;
#include "mt7622.dtsi"

/ {
	model = "MediaTek MT7622 RFB1 board";
	compatible = "mediatek,mt7622-rfb1", "mediatek,mt7622";

	chosen {
		bootargs = "console=ttyS0,115200n1";
	};

	memory {
		reg = <0 0x40000000 0 0x3F000000>;
	};
};

&uart0 {
	status = "okay";
};