Merge tag 'imx-dt64-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo...
[sfrench/cifs-2.6.git] / arch / arm64 / boot / dts / nvidia / tegra234-sim-vdk.dts
1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
3
4 #include "tegra234.dtsi"
5
6 / {
7         model = "NVIDIA Tegra234 VDK";
8         compatible = "nvidia,tegra234-vdk", "nvidia,tegra234";
9
10         aliases {
11                 serial0 = &uarta;
12         };
13
14         chosen {
15                 bootargs = "console=ttyS0,115200n8 earlycon=uart8250,mmio32,0x03100000";
16                 stdout-path = "serial0:115200n8";
17         };
18
19         bus@0 {
20                 serial@3100000 {
21                         /delete-property/ dmas;
22                         /delete-property/ dma-names;
23                         status = "okay";
24                 };
25
26                 mmc@3460000 {
27                         status = "okay";
28                         bus-width = <8>;
29                         non-removable;
30                 };
31
32                 rtc@c2a0000 {
33                         status = "okay";
34                 };
35
36                 pmc@c360000 {
37                         nvidia,invert-interrupt;
38                 };
39         };
40 };