blob: 0a70daeffd85e68efb02275b8c9c0ec800486cf7 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001// SPDX-License-Identifier: GPL-2.0
Thierry Redingc552cca2015-04-13 16:44:33 +02002#include "tegra210.dtsi"
3
4/ {
5 model = "NVIDIA Tegra210 P2530 main board";
6 compatible = "nvidia,p2530", "nvidia,tegra210";
7
8 aliases {
Thierry Redingbe707712016-04-11 15:35:06 +02009 rtc1 = "/rtc@7000e000";
Thierry Redingc552cca2015-04-13 16:44:33 +020010 serial0 = &uarta;
11 };
12
Jon Hunter69e29bd2016-02-09 13:52:00 +000013 chosen {
14 stdout-path = "serial0:115200n8";
15 };
16
Thierry Reding772a6a72020-06-11 20:06:44 +020017 memory@80000000 {
Thierry Redingc552cca2015-04-13 16:44:33 +020018 device_type = "memory";
19 reg = <0x0 0x80000000 0x0 0xc0000000>;
20 };
21
22 /* debug port */
Thierry Redingbe707712016-04-11 15:35:06 +020023 serial@70006000 {
Thierry Redingc552cca2015-04-13 16:44:33 +020024 status = "okay";
25 };
26
Thierry Redingbe707712016-04-11 15:35:06 +020027 i2c@7000d000 {
Thierry Redingc552cca2015-04-13 16:44:33 +020028 status = "okay";
29 clock-frequency = <400000>;
30 };
31
Thierry Redingbe707712016-04-11 15:35:06 +020032 pmc@7000e400 {
Thierry Redingc552cca2015-04-13 16:44:33 +020033 nvidia,invert-interrupt;
34 };
35
36 /* eMMC */
Thierry Reding67bb17f2020-06-11 20:12:59 +020037 mmc@700b0600 {
Thierry Redingc552cca2015-04-13 16:44:33 +020038 status = "okay";
39 bus-width = <8>;
40 non-removable;
41 };
42
Thierry Reding4cc3e3e2021-12-06 17:58:55 +010043 clk32k_in: clock-32k {
Thierry Reding393a4032020-06-12 08:57:05 +020044 compatible = "fixed-clock";
45 clock-frequency = <32768>;
46 #clock-cells = <0>;
Thierry Redingc552cca2015-04-13 16:44:33 +020047 };
Jon Hunter2fdb74f2017-03-28 12:48:38 +010048
49 cpus {
50 cpu@0 {
51 enable-method = "psci";
52 };
53
54 cpu@1 {
55 enable-method = "psci";
56 };
57
58 cpu@2 {
59 enable-method = "psci";
60 };
61
62 cpu@3 {
63 enable-method = "psci";
64 };
65 };
66
67 psci {
68 compatible = "arm,psci-0.2";
69 method = "smc";
70 };
Thierry Redingc552cca2015-04-13 16:44:33 +020071};