summaryrefslogtreecommitdiff
path: root/arch/arm/dts/hi3798mv200-u-boot.dtsi
blob: 8917bcf33d351ee93d3818f439c885ce8dce39e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// 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>;
};