xref: /freebsd/sys/contrib/device-tree/src/arm64/nvidia/tegra234-sim-vdk.dts (revision 01950c46b8155250f64374fb72fc11faa44bf099)
16be33864SEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
26be33864SEmmanuel Vadot/dts-v1/;
36be33864SEmmanuel Vadot
46be33864SEmmanuel Vadot#include "tegra234.dtsi"
56be33864SEmmanuel Vadot
66be33864SEmmanuel Vadot/ {
76be33864SEmmanuel Vadot	model = "NVIDIA Tegra234 VDK";
86be33864SEmmanuel Vadot	compatible = "nvidia,tegra234-vdk", "nvidia,tegra234";
96be33864SEmmanuel Vadot
106be33864SEmmanuel Vadot	aliases {
116be33864SEmmanuel Vadot		serial0 = &uarta;
126be33864SEmmanuel Vadot	};
136be33864SEmmanuel Vadot
146be33864SEmmanuel Vadot	chosen {
156be33864SEmmanuel Vadot		bootargs = "console=ttyS0,115200n8 earlycon=uart8250,mmio32,0x03100000";
166be33864SEmmanuel Vadot		stdout-path = "serial0:115200n8";
176be33864SEmmanuel Vadot	};
186be33864SEmmanuel Vadot
196be33864SEmmanuel Vadot	bus@0 {
206be33864SEmmanuel Vadot		serial@3100000 {
21*aa1a8ff2SEmmanuel Vadot			/delete-property/ dmas;
22*aa1a8ff2SEmmanuel Vadot			/delete-property/ dma-names;
236be33864SEmmanuel Vadot			status = "okay";
246be33864SEmmanuel Vadot		};
256be33864SEmmanuel Vadot
266be33864SEmmanuel Vadot		mmc@3460000 {
276be33864SEmmanuel Vadot			status = "okay";
286be33864SEmmanuel Vadot			bus-width = <8>;
296be33864SEmmanuel Vadot			non-removable;
306be33864SEmmanuel Vadot		};
316be33864SEmmanuel Vadot
326be33864SEmmanuel Vadot		rtc@c2a0000 {
336be33864SEmmanuel Vadot			status = "okay";
346be33864SEmmanuel Vadot		};
356be33864SEmmanuel Vadot
366be33864SEmmanuel Vadot		pmc@c360000 {
376be33864SEmmanuel Vadot			nvidia,invert-interrupt;
386be33864SEmmanuel Vadot		};
396be33864SEmmanuel Vadot	};
406be33864SEmmanuel Vadot};
41