Andy Yan | 7c2b2bb | 2019-11-14 11:22:47 +0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /* | ||||
3 | * (C) Copyright 2018-2019 Rockchip Electronics Co., Ltd | ||||
4 | */ | ||||
5 | #include "rk3308-u-boot.dtsi" | ||||
6 | |||||
7 | / { | ||||
8 | chosen { | ||||
9 | u-boot,spl-boot-order = "same-as-spl", &emmc; | ||||
10 | }; | ||||
11 | }; | ||||
12 | |||||
13 | &uart2 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 14 | bootph-all; |
Andy Yan | 7c2b2bb | 2019-11-14 11:22:47 +0800 | [diff] [blame] | 15 | clock-frequency = <24000000>; |
16 | status = "okay"; | ||||
17 | }; |