blob: eef981f4bcd5a6f68c7e739b0650d76cc5f78a4b [file] [log] [blame]
Rajendra Nayak38b248d2014-04-29 16:35:10 +05301/*
2 * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com/
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 * Based on "omap4.dtsi"
8 */
9
10#include "dra7.dtsi"
11
12/ {
13 compatible = "ti,dra742", "ti,dra74", "ti,dra7";
14
15 cpus {
16 #address-cells = <1>;
17 #size-cells = <0>;
18
19 cpu0: cpu@0 {
20 device_type = "cpu";
21 compatible = "arm,cortex-a15";
22 reg = <0>;
23
24 operating-points = <
25 /* kHz uV */
26 1000000 1060000
27 1176000 1160000
28 >;
29
30 clocks = <&dpll_mpu_ck>;
31 clock-names = "cpu";
32
33 clock-latency = <300000>; /* From omap-cpufreq driver */
Keerthyf7397ed2015-03-23 14:39:38 -050034
35 /* cooling options */
36 cooling-min-level = <0>;
37 cooling-max-level = <2>;
38 #cooling-cells = <2>; /* min followed by max */
Rajendra Nayak38b248d2014-04-29 16:35:10 +053039 };
40 cpu@1 {
41 device_type = "cpu";
42 compatible = "arm,cortex-a15";
43 reg = <1>;
44 };
45 };
Lucas Weaverf53e3c52014-08-19 08:54:00 -050046
47 pmu {
48 compatible = "arm,cortex-a15-pmu";
49 interrupts = <GIC_SPI DIRECT_IRQ(131) IRQ_TYPE_LEVEL_HIGH>,
50 <GIC_SPI DIRECT_IRQ(132) IRQ_TYPE_LEVEL_HIGH>;
51 };
Roger Quadros6b14eb42014-10-21 13:41:18 +030052
53 ocp {
Felipe Balbi4f6dec72014-11-03 10:28:42 -060054 omap_dwc3_4: omap_dwc3_4@48940000 {
Roger Quadros6b14eb42014-10-21 13:41:18 +030055 compatible = "ti,dwc3";
56 ti,hwmods = "usb_otg_ss4";
57 reg = <0x48940000 0x10000>;
58 interrupts = <GIC_SPI 346 IRQ_TYPE_LEVEL_HIGH>;
59 #address-cells = <1>;
60 #size-cells = <1>;
61 utmi-mode = <2>;
62 ranges;
63 status = "disabled";
64 usb4: usb@48950000 {
65 compatible = "snps,dwc3";
66 reg = <0x48950000 0x17000>;
67 interrupts = <GIC_SPI 345 IRQ_TYPE_LEVEL_HIGH>;
68 tx-fifo-resize;
69 maximum-speed = "high-speed";
70 dr_mode = "otg";
71 };
72 };
73 };
Rajendra Nayak38b248d2014-04-29 16:35:10 +053074};