Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / dra72x.dtsi
1 // SPDX-License-Identifier: GPL-2.0-only
2 /*
3  * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com/
4  *
5  * Based on "omap4.dtsi"
6  */
7
8 #include "dra7.dtsi"
9
10 / {
11         compatible = "ti,dra722", "ti,dra72", "ti,dra7";
12
13         pmu {
14                 compatible = "arm,cortex-a15-pmu";
15                 interrupt-parent = <&wakeupgen>;
16                 interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
17         };
18 };
19
20 &dss {
21         reg = <0x58000000 0x80>,
22               <0x58004054 0x4>,
23               <0x58004300 0x20>;
24         reg-names = "dss", "pll1_clkctrl", "pll1";
25
26         clocks = <&dss_clkctrl DRA7_DSS_DSS_CORE_CLKCTRL 8>,
27                  <&dss_clkctrl DRA7_DSS_DSS_CORE_CLKCTRL 12>;
28         clock-names = "fck", "video1_clk";
29 };
30
31 &mailbox5 {
32         mbox_ipu1_ipc3x: mbox_ipu1_ipc3x {
33                 ti,mbox-tx = <6 2 2>;
34                 ti,mbox-rx = <4 2 2>;
35                 status = "disabled";
36         };
37         mbox_dsp1_ipc3x: mbox_dsp1_ipc3x {
38                 ti,mbox-tx = <5 2 2>;
39                 ti,mbox-rx = <1 2 2>;
40                 status = "disabled";
41         };
42 };
43
44 &mailbox6 {
45         mbox_ipu2_ipc3x: mbox_ipu2_ipc3x {
46                 ti,mbox-tx = <6 2 2>;
47                 ti,mbox-rx = <4 2 2>;
48                 status = "disabled";
49         };
50 };
51
52 &pcie1_rc {
53         compatible = "ti,dra726-pcie-rc", "ti,dra7-pcie";
54 };
55
56 &pcie1_ep {
57         compatible = "ti,dra726-pcie-ep", "ti,dra7-pcie-ep";
58 };
59
60 &pcie2_rc {
61         compatible = "ti,dra726-pcie-rc", "ti,dra7-pcie";
62 };
63
64 &usb4_tm {
65         status = "disabled";
66 };