arm64: dts: qcom: sm8550: add TRNG node
[linux-modified.git] / arch / arm64 / boot / dts / 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                 serial2 = &uart2;
16         };
17
18         chosen {
19                 stdout-path = "serial2:1500000n8";
20         };
21 };
22
23 &sdhci {
24         bus-width = <8>;
25         no-sdio;
26         no-sd;
27         non-removable;
28         mmc-hs400-1_8v;
29         mmc-hs400-enhanced-strobe;
30         status = "okay";
31 };
32
33 &uart2 {
34         pinctrl-0 = <&uart2m0_xfer>;
35         status = "okay";
36 };