arm64: dts: qcom: sm8550: add TRNG node
[linux-modified.git] / arch / arm64 / boot / dts / allwinner / sun50i-h616-bigtreetech-pi.dts
1 // SPDX-License-Identifier: (GPL-2.0+ or MIT)
2 /*
3  * Copyright (C) 2023 Martin Botka <martin@biqu3d.com>.
4  */
5
6 /dts-v1/;
7
8 #include "sun50i-h616-bigtreetech-cb1.dtsi"
9
10 / {
11         model = "BigTreeTech Pi";
12         compatible = "bigtreetech,pi", "allwinner,sun50i-h616";
13
14         aliases {
15                 serial0 = &uart0;
16         };
17
18         chosen {
19                 stdout-path = "serial0:115200n8";
20         };
21 };
22
23 &ehci0 {
24         status = "okay";
25 };
26
27 &ehci1 {
28         status = "okay";
29 };
30
31 &ehci2 {
32         status = "okay";
33 };
34
35 &ehci3 {
36         status = "okay";
37 };
38
39 &ir {
40         status = "okay";
41 };
42
43 &ohci0 {
44         status = "okay";
45 };
46
47 &ohci1 {
48         status = "okay";
49 };
50
51 &ohci2 {
52         status = "okay";
53 };
54
55 &ohci3 {
56         status = "okay";
57 };
58
59 &uart0 {
60         pinctrl-names = "default";
61         pinctrl-0 = <&uart0_ph_pins>;
62         status = "okay";
63 };