blob: 8917bcf33d351ee93d3818f439c885ce8dce39e2 [file] [log] [blame]
Yang Xiwen33f19032023-04-01 19:17:36 +08001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * U-Boot addition to:
4 * 1) use platform data for the console
5 *
6 */
7
8#include <dt-bindings/reset/ti-syscon.h>
9
10/* The driver in U-Boot does not support "snps,dw-mshc" compatible. */
11&sd0 {
12 compatible = "hisilicon,hi3798mv200-dw-mshc";
13};
14
15&sd1 {
16 compatible = "hisilicon,hi3798mv200-dw-mshc";
17};
18
19/* The clock driver is missing */
20&uart0 {
21 clock = <75000000>;
22};