aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/dts/rk3399-nanopi4-u-boot.dtsi
blob: 7573612499681a139702845cd9d59c6cd3e38d87 (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
// SPDX-License-Identifier: GPL-2.0+
/*
 * Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com>
 */

#include "rk3399-u-boot.dtsi"

&gpio0 {
	bootph-pre-ram;
};

&sdmmc {
	pinctrl-0 = <&sdmmc_bus4 &sdmmc_clk &sdmmc_cmd &sdmmc_cd>;
};

&sdmmc0_pwr_h {
	bootph-pre-ram;
};

&vcc3v0_sd {
	bootph-pre-ram;
};

&vcc_sdio {
	regulator-init-microvolt = <3000000>;
};