aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/rk3566-pinetab2-u-boot.dtsi
blob: eb18008f2fe3012cede6696bf35bf19eb71e2f9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
// SPDX-License-Identifier: GPL-2.0+

#include "rk356x-u-boot.dtsi"

&fspi_dual_io_pins {
	bootph-pre-ram;
	bootph-some-ram;
};

&gpio0 {
	bootph-pre-ram;
};

&i2c0 {
	bootph-pre-ram;
};

&i2c0_xfer {
	bootph-pre-ram;
};

&i2s1m0_mclk {
	bootph-pre-ram;
};

&pmic_int_l {
	bootph-pre-ram;
};

&rk817 {
	regulators {
		bootph-pre-ram;
	};
};

&sdhci {
	cap-mmc-highspeed;
};

&sdmmc_pwren_l {
	bootph-pre-ram;
};

&sfc {
	flash@0 {
		bootph-pre-ram;
		bootph-some-ram;
	};
};

&vcc3v3_sd {
	bootph-pre-ram;
};