1b2441318SGreg Kroah-Hartman// SPDX-License-Identifier: GPL-2.0
2c552cca3SThierry Reding#include "tegra210.dtsi"
3c552cca3SThierry Reding
4c552cca3SThierry Reding/ {
5c552cca3SThierry Reding	model = "NVIDIA Tegra210 P2530 main board";
6c552cca3SThierry Reding	compatible = "nvidia,p2530", "nvidia,tegra210";
7c552cca3SThierry Reding
8c552cca3SThierry Reding	aliases {
9be70771dSThierry Reding		rtc1 = "/rtc@7000e000";
10c552cca3SThierry Reding		serial0 = &uarta;
11c552cca3SThierry Reding	};
12c552cca3SThierry Reding
1369e29bd1SJon Hunter	chosen {
1469e29bd1SJon Hunter		stdout-path = "serial0:115200n8";
1569e29bd1SJon Hunter	};
1669e29bd1SJon Hunter
17772a6a7bSThierry Reding	memory@80000000 {
18c552cca3SThierry Reding		device_type = "memory";
19c552cca3SThierry Reding		reg = <0x0 0x80000000 0x0 0xc0000000>;
20c552cca3SThierry Reding	};
21c552cca3SThierry Reding
22c552cca3SThierry Reding	/* debug port */
23be70771dSThierry Reding	serial@70006000 {
24c552cca3SThierry Reding		status = "okay";
25c552cca3SThierry Reding	};
26c552cca3SThierry Reding
27be70771dSThierry Reding	i2c@7000d000 {
28c552cca3SThierry Reding		status = "okay";
29c552cca3SThierry Reding		clock-frequency = <400000>;
30c552cca3SThierry Reding	};
31c552cca3SThierry Reding
32be70771dSThierry Reding	pmc@7000e400 {
33c552cca3SThierry Reding		nvidia,invert-interrupt;
34c552cca3SThierry Reding	};
35c552cca3SThierry Reding
36c552cca3SThierry Reding	/* eMMC */
3767bb17f6SThierry Reding	mmc@700b0600 {
38c552cca3SThierry Reding		status = "okay";
39c552cca3SThierry Reding		bus-width = <8>;
40c552cca3SThierry Reding		non-removable;
41c552cca3SThierry Reding	};
42c552cca3SThierry Reding
43c552cca3SThierry Reding	clocks {
44c552cca3SThierry Reding		compatible = "simple-bus";
45c552cca3SThierry Reding		#address-cells = <1>;
46c552cca3SThierry Reding		#size-cells = <0>;
47c552cca3SThierry Reding
48c552cca3SThierry Reding		clk32k_in: clock@0 {
49c552cca3SThierry Reding			compatible = "fixed-clock";
50c552cca3SThierry Reding			reg = <0>;
51c552cca3SThierry Reding			#clock-cells = <0>;
52c552cca3SThierry Reding			clock-frequency = <32768>;
53c552cca3SThierry Reding		};
54c552cca3SThierry Reding	};
552fdb74feSJon Hunter
562fdb74feSJon Hunter	cpus {
572fdb74feSJon Hunter		cpu@0 {
582fdb74feSJon Hunter			enable-method = "psci";
592fdb74feSJon Hunter		};
602fdb74feSJon Hunter
612fdb74feSJon Hunter		cpu@1 {
622fdb74feSJon Hunter			enable-method = "psci";
632fdb74feSJon Hunter		};
642fdb74feSJon Hunter
652fdb74feSJon Hunter		cpu@2 {
662fdb74feSJon Hunter			enable-method = "psci";
672fdb74feSJon Hunter		};
682fdb74feSJon Hunter
692fdb74feSJon Hunter		cpu@3 {
702fdb74feSJon Hunter			enable-method = "psci";
712fdb74feSJon Hunter		};
722fdb74feSJon Hunter	};
732fdb74feSJon Hunter
742fdb74feSJon Hunter	psci {
752fdb74feSJon Hunter		compatible = "arm,psci-0.2";
762fdb74feSJon Hunter		method = "smc";
772fdb74feSJon Hunter	};
78c552cca3SThierry Reding};
79