blob: db2c20a7055e531e689598975f5f5e441bfa1fae [file] [log] [blame]
Andy Yan02133dd2019-11-14 11:21:14 +08001// SPDX-License-Identifier: GPL-2.0+
2/*
3 *(C) Copyright 2019 Rockchip Electronics Co., Ltd
4 */
5
Quentin Schulzd9ffa5e2022-09-02 15:10:52 +02006#include "rockchip-u-boot.dtsi"
7
Kever Yangd4d2b222020-01-08 17:38:48 +08008/ {
9 aliases {
10 mmc0 = &emmc;
11 mmc1 = &sdmmc;
12 };
13};
14
Andy Yan02133dd2019-11-14 11:21:14 +080015&cru {
Simon Glassd3a98cb2023-02-13 08:56:33 -070016 bootph-all;
Andy Yan02133dd2019-11-14 11:21:14 +080017};
18
19&dmc {
Simon Glassd3a98cb2023-02-13 08:56:33 -070020 bootph-all;
Andy Yan02133dd2019-11-14 11:21:14 +080021};
22
23&emmc {
Andy Yan134eb022019-11-26 21:15:38 +080024 /* mmc to sram can't do dma, prevent aborts transferring TF-A parts */
25 u-boot,spl-fifo-mode;
Simon Glassd3a98cb2023-02-13 08:56:33 -070026 bootph-all;
Andy Yan02133dd2019-11-14 11:21:14 +080027};
28
Pegorer Massimof8cc29b2023-07-15 10:19:40 +000029&sdmmc {
30 bootph-all;
31 u-boot,spl-fifo-mode;
32};
33
Andy Yan02133dd2019-11-14 11:21:14 +080034&grf {
Simon Glassd3a98cb2023-02-13 08:56:33 -070035 bootph-all;
Andy Yan02133dd2019-11-14 11:21:14 +080036};
37
38&saradc {
Simon Glassd3a98cb2023-02-13 08:56:33 -070039 bootph-all;
Andy Yan02133dd2019-11-14 11:21:14 +080040 status = "okay";
41};