1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com> 4 */ 5 6#include "rk3399-u-boot.dtsi" 7#include "rk3399-sdram-lpddr4-100.dtsi" 8/ { 9 chosen { 10 u-boot,spl-boot-order = "same-as-spl", &spi_flash, &sdmmc, &sdhci; 11 }; 12 13 config { 14 u-boot,spl-payload-offset = <0x60000>; /* @ 384KB */ 15 }; 16}; 17 18&spi1 { 19 spi_flash: flash@0 { 20 u-boot,dm-pre-reloc; 21 }; 22}; 23 24&vdd_center { 25 regulator-min-microvolt = <950000>; 26 regulator-max-microvolt = <950000>; 27}; 28 29&vdd_log { 30 regulator-init-microvolt = <950000>; 31}; 32