diff options
Diffstat (limited to 'roms/u-boot/arch/arm/dts/rk3399-leez-p710-u-boot.dtsi')
-rw-r--r-- | roms/u-boot/arch/arm/dts/rk3399-leez-p710-u-boot.dtsi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/dts/rk3399-leez-p710-u-boot.dtsi b/roms/u-boot/arch/arm/dts/rk3399-leez-p710-u-boot.dtsi new file mode 100644 index 000000000..c638ce259 --- /dev/null +++ b/roms/u-boot/arch/arm/dts/rk3399-leez-p710-u-boot.dtsi @@ -0,0 +1,17 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright (c) 2019 Andy Yan <andy.yan@gmail.com> + */ + +#include "rk3399-u-boot.dtsi" +#include "rk3399-sdram-lpddr4-100.dtsi" + +/ { + chosen { + u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc; + }; +}; + +&vdd_log { + regulator-init-microvolt = <950000>; +}; |