1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-08-04 15:30:24 +00:00
Files
a155-U-u1/kernel-5.10/arch/arm/boot/dts/mt6580-evbp1.dts
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

33 lines
483 B
Plaintext

// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (c) 2015 MediaTek Inc.
* Author: Mars.C <mars.cheng@mediatek.com>
*
*/
/dts-v1/;
#include "mt6580.dtsi"
/ {
model = "MediaTek MT6580 evaluation board";
compatible = "mediatek,mt6580-evbp1", "mediatek,mt6580";
aliases {
serial0 = &uart0;
serial1 = &uart1;
};
chosen {
stdout-path = "serial0:921600n8";
};
memory {
device_type = "memory";
reg = <0x80000000 0x20000000>;
};
};
&uart0 {
status = "okay";
};