blob: 27c627752333b933791d8eb313c8d7a4f3b962ff [file] [log] [blame]
Andy Yanbb38db02023-08-05 20:00:11 +08001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * (C) Copyright 2023 Rockchip Electronics Co., Ltd
4 * (C) Copyright 2023 Andy Yan <andyshrk@163.com>
5 */
6
7#include "rk356x-u-boot.dtsi"
8
9/ {
10 chosen {
11 stdout-path = &uart2;
12 };
13};
14
15&sdhci {
16 cap-mmc-highspeed;
17 mmc-ddr-1_8v;
18 mmc-hs400-1_8v;
19 mmc-hs400-enhanced-strobe;
20 pinctrl-0 = <&emmc_bus8 &emmc_clk &emmc_cmd &emmc_datastrobe>;
21};
22
23&uart2 {
24 bootph-all;
25 clock-frequency = <24000000>;
26 status = "okay";
27};