Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
Thierry Reding | c552cca | 2015-04-13 16:44:33 +0200 | [diff] [blame] | 2 | #include "tegra210.dtsi" |
3 | |||||
4 | / { | ||||
5 | model = "NVIDIA Tegra210 P2530 main board"; | ||||
6 | compatible = "nvidia,p2530", "nvidia,tegra210"; | ||||
7 | |||||
8 | aliases { | ||||
Thierry Reding | be70771 | 2016-04-11 15:35:06 +0200 | [diff] [blame] | 9 | rtc1 = "/rtc@7000e000"; |
Thierry Reding | c552cca | 2015-04-13 16:44:33 +0200 | [diff] [blame] | 10 | serial0 = &uarta; |
11 | }; | ||||
12 | |||||
Jon Hunter | 69e29bd | 2016-02-09 13:52:00 +0000 | [diff] [blame] | 13 | chosen { |
14 | stdout-path = "serial0:115200n8"; | ||||
15 | }; | ||||
16 | |||||
Thierry Reding | 772a6a7 | 2020-06-11 20:06:44 +0200 | [diff] [blame] | 17 | memory@80000000 { |
Thierry Reding | c552cca | 2015-04-13 16:44:33 +0200 | [diff] [blame] | 18 | device_type = "memory"; |
19 | reg = <0x0 0x80000000 0x0 0xc0000000>; | ||||
20 | }; | ||||
21 | |||||
22 | /* debug port */ | ||||
Thierry Reding | be70771 | 2016-04-11 15:35:06 +0200 | [diff] [blame] | 23 | serial@70006000 { |
Thierry Reding | c552cca | 2015-04-13 16:44:33 +0200 | [diff] [blame] | 24 | status = "okay"; |
25 | }; | ||||
26 | |||||
Thierry Reding | be70771 | 2016-04-11 15:35:06 +0200 | [diff] [blame] | 27 | i2c@7000d000 { |
Thierry Reding | c552cca | 2015-04-13 16:44:33 +0200 | [diff] [blame] | 28 | status = "okay"; |
29 | clock-frequency = <400000>; | ||||
30 | }; | ||||
31 | |||||
Thierry Reding | be70771 | 2016-04-11 15:35:06 +0200 | [diff] [blame] | 32 | pmc@7000e400 { |
Thierry Reding | c552cca | 2015-04-13 16:44:33 +0200 | [diff] [blame] | 33 | nvidia,invert-interrupt; |
34 | }; | ||||
35 | |||||
36 | /* eMMC */ | ||||
Thierry Reding | 67bb17f | 2020-06-11 20:12:59 +0200 | [diff] [blame] | 37 | mmc@700b0600 { |
Thierry Reding | c552cca | 2015-04-13 16:44:33 +0200 | [diff] [blame] | 38 | status = "okay"; |
39 | bus-width = <8>; | ||||
40 | non-removable; | ||||
41 | }; | ||||
42 | |||||
Thierry Reding | 4cc3e3e | 2021-12-06 17:58:55 +0100 | [diff] [blame] | 43 | clk32k_in: clock-32k { |
Thierry Reding | 393a403 | 2020-06-12 08:57:05 +0200 | [diff] [blame] | 44 | compatible = "fixed-clock"; |
45 | clock-frequency = <32768>; | ||||
46 | #clock-cells = <0>; | ||||
Thierry Reding | c552cca | 2015-04-13 16:44:33 +0200 | [diff] [blame] | 47 | }; |
Jon Hunter | 2fdb74f | 2017-03-28 12:48:38 +0100 | [diff] [blame] | 48 | |
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 Reding | c552cca | 2015-04-13 16:44:33 +0200 | [diff] [blame] | 71 | }; |