u-boot/arch/arm/dts/hi3798mv200-hc2910-2aghd05.dts
Yang Xiwen 33f19038cc arm: histb: hi3798mv200: add initial support for Hi3798MV200 HC2910-2AGHD05 board
A board with Hi3798MV200 SoC and various peripherals. Details are in the
board README.md.

Signed-off-by: Yang Xiwen <forbidden405@outlook.com>
2023-05-03 09:05:24 -04:00

71 lines
1 KiB
Text

// SPDX-License-Identifier: GPL-2.0
/*
* DTS File for Skyworth HC2910 with board label 2AGHD05 set-top box.
*
* Released under the GPLv2 only.
*/
/dts-v1/;
#include "hi3798mv200.dtsi"
/ {
// Usually known as Henan Guangdian HC2910
model = "Skyworth HC2910 with board label 2AGHD05";
compatible = "skyworth,hc2910-2aghd05", "hisilicon,hi3798mv200";
aliases {
serial0 = &uart0;
};
chosen {
stdout-path = "serial0:115200n8";
};
memory@0 {
device_type = "memory";
reg = <0x0 0x0 0x0 0x80000000>;
};
};
&ehci {
status = "okay";
};
&emmc {
fifo-depth = <256>;
clock-frequency = <200000000>;
cap-mmc-highspeed;
mmc-ddr-1_8v;
mmc-hs200-1_8v;
non-removable;
bus-width = <8>;
status = "okay";
};
&gmac {
status = "okay";
#address-cells = <1>;
#size-cells = <0>;
phy-handle = <&eth_phy1>;
phy-mode = "rgmii";
hisilicon,phy-reset-delays-us = <10000 10000 30000>;
eth_phy1: phy@3 {
reg = <3>;
};
};
&ohci {
status = "okay";
};
&sd0 {
bus-width = <4>;
cap-sd-highspeed;
status = "okay";
};
&uart0 {
status = "okay";
};