blob: c8451b24758c5ce6f67d63365d03045731b79ca4 [file] [log] [blame]
Andy Yan22dcd282019-11-14 11:21:14 +08001// SPDX-License-Identifier: GPL-2.0+
2/*
3 *(C) Copyright 2019 Rockchip Electronics Co., Ltd
4 */
5
Quentin Schulz05713d52022-09-02 15:10:52 +02006#include "rockchip-u-boot.dtsi"
7
Kever Yanga7eb9ae2020-01-08 17:38:48 +08008/ {
9 aliases {
10 mmc0 = &emmc;
11 mmc1 = &sdmmc;
12 };
13};
14
Andy Yan22dcd282019-11-14 11:21:14 +080015&cru {
Simon Glass8c103c32023-02-13 08:56:33 -070016 bootph-all;
Andy Yan22dcd282019-11-14 11:21:14 +080017};
18
19&dmc {
Simon Glass8c103c32023-02-13 08:56:33 -070020 bootph-all;
Andy Yan22dcd282019-11-14 11:21:14 +080021};
22
23&emmc {
Andy Yan081a51c2019-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 Glass8c103c32023-02-13 08:56:33 -070026 bootph-all;
Andy Yan22dcd282019-11-14 11:21:14 +080027};
28
29&grf {
Simon Glass8c103c32023-02-13 08:56:33 -070030 bootph-all;
Andy Yan22dcd282019-11-14 11:21:14 +080031};
32
33&saradc {
Simon Glass8c103c32023-02-13 08:56:33 -070034 bootph-all;
Andy Yan22dcd282019-11-14 11:21:14 +080035 status = "okay";
36};