1c552cca3SThierry Reding#include "tegra210.dtsi"
2c552cca3SThierry Reding
3c552cca3SThierry Reding/ {
4c552cca3SThierry Reding	model = "NVIDIA Tegra210 P2530 main board";
5c552cca3SThierry Reding	compatible = "nvidia,p2530", "nvidia,tegra210";
6c552cca3SThierry Reding
7c552cca3SThierry Reding	aliases {
8be70771dSThierry Reding		rtc1 = "/rtc@7000e000";
9c552cca3SThierry Reding		serial0 = &uarta;
10c552cca3SThierry Reding	};
11c552cca3SThierry Reding
1269e29bd1SJon Hunter	chosen {
1369e29bd1SJon Hunter		stdout-path = "serial0:115200n8";
1469e29bd1SJon Hunter	};
1569e29bd1SJon Hunter
16c552cca3SThierry Reding	memory {
17c552cca3SThierry Reding		device_type = "memory";
18c552cca3SThierry Reding		reg = <0x0 0x80000000 0x0 0xc0000000>;
19c552cca3SThierry Reding	};
20c552cca3SThierry Reding
21c552cca3SThierry Reding	/* debug port */
22be70771dSThierry Reding	serial@70006000 {
23c552cca3SThierry Reding		status = "okay";
24c552cca3SThierry Reding	};
25c552cca3SThierry Reding
26be70771dSThierry Reding	i2c@7000d000 {
27c552cca3SThierry Reding		status = "okay";
28c552cca3SThierry Reding		clock-frequency = <400000>;
29c552cca3SThierry Reding	};
30c552cca3SThierry Reding
31be70771dSThierry Reding	pmc@7000e400 {
32c552cca3SThierry Reding		nvidia,invert-interrupt;
33c552cca3SThierry Reding	};
34c552cca3SThierry Reding
35c552cca3SThierry Reding	/* eMMC */
36be70771dSThierry Reding	sdhci@700b0600 {
37c552cca3SThierry Reding		status = "okay";
38c552cca3SThierry Reding		bus-width = <8>;
39c552cca3SThierry Reding		non-removable;
40c552cca3SThierry Reding	};
41c552cca3SThierry Reding
42c552cca3SThierry Reding	clocks {
43c552cca3SThierry Reding		compatible = "simple-bus";
44c552cca3SThierry Reding		#address-cells = <1>;
45c552cca3SThierry Reding		#size-cells = <0>;
46c552cca3SThierry Reding
47c552cca3SThierry Reding		clk32k_in: clock@0 {
48c552cca3SThierry Reding			compatible = "fixed-clock";
49c552cca3SThierry Reding			reg = <0>;
50c552cca3SThierry Reding			#clock-cells = <0>;
51c552cca3SThierry Reding			clock-frequency = <32768>;
52c552cca3SThierry Reding		};
53c552cca3SThierry Reding	};
54c552cca3SThierry Reding};
55