blob: d183e935754d067c5a34364d4208228e830a0d97 [file] [log] [blame]
Jagan Tekib3716472023-02-17 17:28:38 +05301// 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>;
Tom Rinide70b472023-03-27 15:20:19 -040016 bootph-all;
Jagan Tekib3716472023-02-17 17:28:38 +053017 status = "okay";
18};
FUKAUMI Naokia69794f2023-04-20 12:00:40 +000019
20&vcc5v0_usb30 {
21 regulator-boot-on;
22};