]> git.ipfire.org Git - thirdparty/u-boot.git/blob - src/arm64/rockchip/rk3588s-khadas-edge2.dts
Squashed 'dts/upstream/' changes from aaba2d45dc2a..b35b9bd1d4ee
[thirdparty/u-boot.git] / src / arm64 / rockchip / rk3588s-khadas-edge2.dts
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2
3 /dts-v1/;
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/pinctrl/rockchip.h>
7 #include "rk3588s.dtsi"
8
9 / {
10 model = "Khadas Edge2";
11 compatible = "khadas,edge2", "rockchip,rk3588s";
12
13 aliases {
14 mmc0 = &sdhci;
15 };
16
17 chosen {
18 stdout-path = "serial2:1500000n8";
19 };
20 };
21
22 &sdhci {
23 bus-width = <8>;
24 no-sdio;
25 no-sd;
26 non-removable;
27 mmc-hs400-1_8v;
28 mmc-hs400-enhanced-strobe;
29 status = "okay";
30 };
31
32 &uart2 {
33 pinctrl-0 = <&uart2m0_xfer>;
34 status = "okay";
35 };