Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 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 | /delete-property/ dmas; |
| 23 | /delete-property/ dma-names; |
| 24 | status = "okay"; |
| 25 | }; |
| 26 | |
| 27 | mmc@3460000 { |
| 28 | status = "okay"; |
| 29 | bus-width = <8>; |
| 30 | non-removable; |
| 31 | }; |
| 32 | |
| 33 | rtc@c2a0000 { |
| 34 | status = "okay"; |
| 35 | }; |
| 36 | |
| 37 | pmc@c360000 { |
| 38 | nvidia,invert-interrupt; |
| 39 | }; |
| 40 | }; |
| 41 | }; |