mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
19 lines
341 B
Text
19 lines
341 B
Text
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* Copyright (c) 2022 Andy Yan <andy.yan@gmail.com>
|
||
|
*/
|
||
|
|
||
|
#include "rk3399-u-boot.dtsi"
|
||
|
#include "rk3399-sdram-lpddr3-4GB-1600.dtsi"
|
||
|
|
||
|
/ {
|
||
|
chosen {
|
||
|
stdout-path = "serial2:1500000n8";
|
||
|
u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&vdd_log {
|
||
|
regulator-init-microvolt = <950000>;
|
||
|
};
|