1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * Copyright (C) 2019 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, &spiflash, &sdmmc; 12 }; 13 14 config { 15 u-boot,spl-payload-offset = <0x60000>; /* @ 384KB */ 16 }; 17}; 18 19&edp { 20 rockchip,panel = <&edp_panel>; 21}; 22 23&i2c0 { 24 u-boot,dm-pre-reloc; 25}; 26 27&rk808 { 28 u-boot,dm-pre-reloc; 29}; 30 31&sdhci { 32 max-frequency = <25000000>; 33 u-boot,dm-pre-reloc; 34}; 35 36&sdmmc { 37 max-frequency = <20000000>; 38 u-boot,dm-pre-reloc; 39}; 40 41&spiflash { 42 u-boot,dm-pre-reloc; 43}; 44 45&vdd_log { 46 regulator-init-microvolt = <950000>; 47}; 48