xref: /rk3399_rockchip-uboot/arch/arm/dts/rk3328-u-boot.dtsi (revision 75eb6fceb584d246c2b7cfac79b4fe43d0ec0ecd)
1/*
2 * (C) Copyright 2018 Rockchip Electronics Co., Ltd
3 *
4 * SPDX-License-Identifier:     GPL-2.0+
5 */
6
7/ {
8	aliases {
9		mmc0 = &emmc;
10		mmc1 = &sdmmc;
11	};
12
13	chosen {
14		u-boot,spl-boot-order = &sdmmc, &emmc;
15		stdout-path = &uart2;
16	};
17
18};
19
20&cru {
21	u-boot,dm-pre-reloc;
22};
23
24&grf {
25	u-boot,dm-pre-reloc;
26};
27
28&dmc {
29	u-boot,dm-pre-reloc;
30};
31
32&uart2 {
33	u-boot,dm-pre-reloc;
34};
35
36&emmc {
37	u-boot,dm-spl;
38};
39
40&sdmmc {
41	u-boot,dm-spl;
42};
43
44&saradc {
45	u-boot,dm-spl;
46	status = "okay";
47};
48
49&usb20_otg {
50	u-boot,dm-spl;
51};
52
53&usb2phy_grf {
54	u-boot,dm-spl;
55};
56
57&u2phy {
58	u-boot,dm-spl;
59};
60
61&u2phy_otg {
62	u-boot,dm-spl;
63};
64
65&u2phy_host {
66	u-boot,dm-spl;
67};
68
69&usb_host0_ehci {
70	u-boot,dm-spl;
71};
72
73&usb_host0_xhci {
74	u-boot,dm-spl;
75};
76
77&pinctrl {
78	u-boot,dm-spl;
79};
80
81&sdmmc0_bus4 {
82	u-boot,dm-spl;
83};
84
85&sdmmc0_clk {
86	u-boot,dm-spl;
87};
88
89&sdmmc0_cmd {
90	u-boot,dm-spl;
91};
92
93&sdmmc0_dectn {
94	u-boot,dm-spl;
95};
96