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
43*4cc3e3e1SThierry Reding	clk32k_in: clock-32k {
44c552cca3SThierry Reding		compatible = "fixed-clock";
45c552cca3SThierry Reding		clock-frequency = <32768>;
46393a403eSThierry Reding		#clock-cells = <0>;
47c552cca3SThierry Reding	};
482fdb74feSJon Hunter
492fdb74feSJon Hunter	cpus {
502fdb74feSJon Hunter		cpu@0 {
512fdb74feSJon Hunter			enable-method = "psci";
522fdb74feSJon Hunter		};
532fdb74feSJon Hunter
542fdb74feSJon Hunter		cpu@1 {
552fdb74feSJon Hunter			enable-method = "psci";
562fdb74feSJon Hunter		};
572fdb74feSJon Hunter
582fdb74feSJon Hunter		cpu@2 {
592fdb74feSJon Hunter			enable-method = "psci";
602fdb74feSJon Hunter		};
612fdb74feSJon Hunter
622fdb74feSJon Hunter		cpu@3 {
632fdb74feSJon Hunter			enable-method = "psci";
642fdb74feSJon Hunter		};
652fdb74feSJon Hunter	};
662fdb74feSJon Hunter
672fdb74feSJon Hunter	psci {
682fdb74feSJon Hunter		compatible = "arm,psci-0.2";
692fdb74feSJon Hunter		method = "smc";
702fdb74feSJon Hunter	};
71c552cca3SThierry Reding};
72