dra72x.dtsi revision 302408
1123445Sjkoshy/*
2208291Suqs * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com/
3123445Sjkoshy *
4123445Sjkoshy * This program is free software; you can redistribute it and/or modify
5123445Sjkoshy * it under the terms of the GNU General Public License version 2 as
6123445Sjkoshy * published by the Free Software Foundation.
7123445Sjkoshy * Based on "omap4.dtsi"
8123445Sjkoshy */
9123445Sjkoshy
10123445Sjkoshy#include "dra7.dtsi"
11123445Sjkoshy
12123445Sjkoshy/ {
13123445Sjkoshy	compatible = "ti,dra722", "ti,dra72", "ti,dra7";
14123445Sjkoshy
15123445Sjkoshy	cpus {
16123445Sjkoshy		#address-cells = <1>;
17123445Sjkoshy		#size-cells = <0>;
18123445Sjkoshy
19123445Sjkoshy		cpu0: cpu@0 {
20123445Sjkoshy			device_type = "cpu";
21123445Sjkoshy			compatible = "arm,cortex-a15";
22123445Sjkoshy			reg = <0>;
23123445Sjkoshy
24123445Sjkoshy			/* cooling options */
25123445Sjkoshy			cooling-min-level = <0>;
26123445Sjkoshy			cooling-max-level = <2>;
27123445Sjkoshy			#cooling-cells = <2>; /* min followed by max */
28123445Sjkoshy		};
29131683Sru	};
30123445Sjkoshy
31206622Suqs	pmu {
32123445Sjkoshy		compatible = "arm,cortex-a15-pmu";
33123445Sjkoshy		interrupt-parent = <&wakeupgen>;
34123445Sjkoshy		interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
35123445Sjkoshy	};
36123445Sjkoshy};
37123445Sjkoshy
38123445Sjkoshy&dss {
39123445Sjkoshy	reg = <0x58000000 0x80>,
40123445Sjkoshy	      <0x58004054 0x4>,
41123445Sjkoshy	      <0x58004300 0x20>;
42123445Sjkoshy	reg-names = "dss", "pll1_clkctrl", "pll1";
43123445Sjkoshy
44123445Sjkoshy	clocks = <&dss_dss_clk>,
45123445Sjkoshy		 <&dss_video1_clk>;
46123445Sjkoshy	clock-names = "fck", "video1_clk";
47131683Sru};
48123445Sjkoshy
49131683Sru&mailbox5 {
50123445Sjkoshy	mbox_ipu1_ipc3x: mbox_ipu1_ipc3x {
51123445Sjkoshy		ti,mbox-tx = <6 2 2>;
52123445Sjkoshy		ti,mbox-rx = <4 2 2>;
53123445Sjkoshy		status = "disabled";
54123445Sjkoshy	};
55123445Sjkoshy	mbox_dsp1_ipc3x: mbox_dsp1_ipc3x {
56123445Sjkoshy		ti,mbox-tx = <5 2 2>;
57123445Sjkoshy		ti,mbox-rx = <1 2 2>;
58123445Sjkoshy		status = "disabled";
59123445Sjkoshy	};
60123445Sjkoshy};
61123445Sjkoshy
62123445Sjkoshy&mailbox6 {
63131683Sru	mbox_ipu2_ipc3x: mbox_ipu2_ipc3x {
64		ti,mbox-tx = <6 2 2>;
65		ti,mbox-rx = <4 2 2>;
66		status = "disabled";
67	};
68};
69