Jagan Teki | b371647 | 2023-02-17 17:28:38 +0530 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /* | ||||
3 | * (C) Copyright 2021 Rockchip Electronics Co., Ltd | ||||
4 | */ | ||||
5 | |||||
6 | #include "rk356x-u-boot.dtsi" | ||||
7 | |||||
8 | / { | ||||
9 | chosen { | ||||
10 | stdout-path = &uart2; | ||||
11 | }; | ||||
12 | }; | ||||
13 | |||||
14 | &uart2 { | ||||
15 | clock-frequency = <24000000>; | ||||
16 | bootph-all; | ||||
17 | status = "okay"; | ||||
18 | }; |