Yang Xiwen | 33f1903 | 2023-04-01 19:17:36 +0800 | [diff] [blame] | 1 | // 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 | }; |