blob: e0d7a518dfc2a9e27bd506fa61cbb265c19bc9c1 [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};