blob: c7855135906f724a5ad3461e3aa5c111e6b77a98 [file] [log] [blame]
Akash Gajjara01866a2023-02-14 20:48:40 +05301// SPDX-License-Identifier: GPL-2.0+
2/*
3 * (C) Copyright 2021 Rockchip Electronics Co., Ltd
4 * (C) Copyright 2023 Akash Gajjar <gajjar04akash@gmail.com>
5 */
6
7#include "rk356x-u-boot.dtsi"
8
9/ {
10 chosen {
11 stdout-path = &uart2;
Akash Gajjara01866a2023-02-14 20:48:40 +053012 };
13};
14
Jonas Karlman2cc03212023-04-18 16:46:38 +000015&sdhci {
16 cap-mmc-highspeed;
17 mmc-ddr-1_8v;
18 mmc-hs200-1_8v;
19 mmc-hs400-1_8v;
20 mmc-hs400-enhanced-strobe;
21};
22
Jonas Karlman33cd9132023-03-14 00:38:24 +000023&sdmmc2 {
24 status = "disabled";
25};
26
27&uart1 {
28 status = "disabled";
Akash Gajjara01866a2023-02-14 20:48:40 +053029};
30
31&uart2 {
32 clock-frequency = <24000000>;
Tom Rinide70b472023-03-27 15:20:19 -040033 bootph-all;
Akash Gajjara01866a2023-02-14 20:48:40 +053034 status = "okay";
35};
FUKAUMI Naokia69794f2023-04-20 12:00:40 +000036
37&vcc5v0_usb_host {
38 regulator-boot-on;
39};
40
41&vcc5v0_usb_hub {
42 regulator-boot-on;
43};