u-boot/arch/arm/dts/hi3798mv200-u-boot.dtsi
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

22 lines
408 B
Text

// SPDX-License-Identifier: GPL-2.0+
/*
* U-Boot addition to:
* 1) use platform data for the console
*
*/
#include <dt-bindings/reset/ti-syscon.h>
/* The driver in U-Boot does not support "snps,dw-mshc" compatible. */
&sd0 {
compatible = "hisilicon,hi3798mv200-dw-mshc";
};
&sd1 {
compatible = "hisilicon,hi3798mv200-dw-mshc";
};
/* The clock driver is missing */
&uart0 {
clock = <75000000>;
};