Andy Yan | cdb03cf | 2022-09-18 19:30:02 +0800 | [diff] [blame] | 1 | // 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 | }; |