blob: 7573612499681a139702845cd9d59c6cd3e38d87 [file] [log] [blame]
Jagan Tekicb1d36d2019-05-08 11:11:45 +05301// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com>
4 */
5
Jagan Teki0dc23042019-05-08 11:11:46 +05306#include "rk3399-u-boot.dtsi"
7
Jonas Karlman20e63412024-04-30 15:30:25 +00008&gpio0 {
9 bootph-pre-ram;
10};
11
Jagan Tekicb1d36d2019-05-08 11:11:45 +053012&sdmmc {
13 pinctrl-0 = <&sdmmc_bus4 &sdmmc_clk &sdmmc_cmd &sdmmc_cd>;
14};
Jonas Karlman20e63412024-04-30 15:30:25 +000015
16&sdmmc0_pwr_h {
17 bootph-pre-ram;
18};
19
20&vcc3v0_sd {
21 bootph-pre-ram;
22};
Jonas Karlman02dd7822024-05-01 16:22:32 +000023
24&vcc_sdio {
25 regulator-init-microvolt = <3000000>;
26};