blob: a3f27566e438cd5987eed0443f01d766bcda4884 [file] [log] [blame]
Andy Yan25e9a632022-09-18 19:30:02 +08001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (c) 2022 Andy Yan <andy.yan@gmail.com>
4 */
5
6#include "rk3399-u-boot.dtsi"
7#include "rk3399-sdram-lpddr3-4GB-1600.dtsi"
8
9/ {
10 chosen {
11 stdout-path = "serial2:1500000n8";
12 u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
13 };
14};
15
16&vdd_log {
17 regulator-init-microvolt = <950000>;
18};