blob: 347243fe47934c32f18c124770c2ce1905f68a97 [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 };
13
14 config {
15 u-boot,spl-payload-offset = <0x60000>; /* @ 384KB */
16 };
17};
18
19&rng {
20 status = "okay";
21};
22
23&sdhci {
24 max-frequency = <25000000>;
Simon Glass8c103c32023-02-13 08:56:33 -070025 bootph-all;
Peter Robinson5a42fd02022-12-31 09:24:00 +000026};
27
28&sdmmc {
29 max-frequency = <20000000>;
Simon Glass8c103c32023-02-13 08:56:33 -070030 bootph-all;
Peter Robinson5a42fd02022-12-31 09:24:00 +000031};