Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
[linux-2.6-microblaze.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                 mmc3 = "/bus@0/mmc@3460000";
12                 serial0 = &uarta;
13         };
14
15         chosen {
16                 bootargs = "console=ttyS0,115200n8 earlycon=uart8250,mmio32,0x03100000";
17                 stdout-path = "serial0:115200n8";
18         };
19
20         bus@0 {
21                 serial@3100000 {
22                         status = "okay";
23                 };
24
25                 mmc@3460000 {
26                         status = "okay";
27                         bus-width = <8>;
28                         non-removable;
29                         only-1-8-v;
30                 };
31
32                 rtc@c2a0000 {
33                         status = "okay";
34                 };
35
36                 pmc@c360000 {
37                         nvidia,invert-interrupt;
38                 };
39         };
40 };