blob: cabf0a9dae89d054c655e50b94084c00c6b8ea81 [file] [log] [blame]
Peter Robinson5a42fd02022-12-31 09:24:00 +00001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (C) 2022 Peter Robinson <pbrobinson at gmail.com>
4 */
5
6#include "rk3399-u-boot.dtsi"
7#include "rk3399-sdram-lpddr4-100.dtsi"
8
9/ {
10 chosen {
11 u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
12 };
Peter Robinson5a42fd02022-12-31 09:24:00 +000013};
14
15&rng {
16 status = "okay";
17};
18
19&sdhci {
20 max-frequency = <25000000>;
Simon Glass8c103c32023-02-13 08:56:33 -070021 bootph-all;
Peter Robinson5a42fd02022-12-31 09:24:00 +000022};
23
24&sdmmc {
25 max-frequency = <20000000>;
Simon Glass8c103c32023-02-13 08:56:33 -070026 bootph-all;
Peter Robinson5a42fd02022-12-31 09:24:00 +000027};