]> git.ipfire.org Git - thirdparty/linux.git/blame - arch/arm64/boot/dts/nvidia/tegra210-p2530.dtsi
arm64: tegra: Remove dmas and dma-names for debug UART
[thirdparty/linux.git] / arch / arm64 / boot / dts / nvidia / tegra210-p2530.dtsi
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
c552cca3
TR
2#include "tegra210.dtsi"
3
4/ {
5 model = "NVIDIA Tegra210 P2530 main board";
6 compatible = "nvidia,p2530", "nvidia,tegra210";
7
8 aliases {
be70771d 9 rtc1 = "/rtc@7000e000";
c552cca3
TR
10 serial0 = &uarta;
11 };
12
69e29bd1
JH
13 chosen {
14 stdout-path = "serial0:115200n8";
15 };
16
772a6a7b 17 memory@80000000 {
c552cca3
TR
18 device_type = "memory";
19 reg = <0x0 0x80000000 0x0 0xc0000000>;
20 };
21
22 /* debug port */
be70771d 23 serial@70006000 {
6b53039e
TR
24 /delete-property/ dmas;
25 /delete-property/ dma-names;
c552cca3
TR
26 status = "okay";
27 };
28
be70771d 29 i2c@7000d000 {
c552cca3
TR
30 status = "okay";
31 clock-frequency = <400000>;
32 };
33
be70771d 34 pmc@7000e400 {
c552cca3
TR
35 nvidia,invert-interrupt;
36 };
37
38 /* eMMC */
67bb17f6 39 mmc@700b0600 {
c552cca3
TR
40 status = "okay";
41 bus-width = <8>;
42 non-removable;
43 };
44
4cc3e3e1 45 clk32k_in: clock-32k {
393a403e
TR
46 compatible = "fixed-clock";
47 clock-frequency = <32768>;
48 #clock-cells = <0>;
c552cca3 49 };
2fdb74fe
JH
50
51 cpus {
52 cpu@0 {
53 enable-method = "psci";
54 };
55
56 cpu@1 {
57 enable-method = "psci";
58 };
59
60 cpu@2 {
61 enable-method = "psci";
62 };
63
64 cpu@3 {
65 enable-method = "psci";
66 };
67 };
68
69 psci {
70 compatible = "arm,psci-0.2";
71 method = "smc";
72 };
c552cca3 73};