Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 1 | /* |
| 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,dra722", "ti,dra72", "ti,dra7"; |
| 14 | |
Tom Rini | 57cd681 | 2015-07-31 19:55:12 -0400 | [diff] [blame] | 15 | pmu { |
| 16 | compatible = "arm,cortex-a15-pmu"; |
| 17 | interrupt-parent = <&wakeupgen>; |
| 18 | interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>; |
| 19 | }; |
| 20 | }; |
| 21 | |
| 22 | &dss { |
| 23 | reg = <0x58000000 0x80>, |
| 24 | <0x58004054 0x4>, |
| 25 | <0x58004300 0x20>; |
| 26 | reg-names = "dss", "pll1_clkctrl", "pll1"; |
| 27 | |
| 28 | clocks = <&dss_dss_clk>, |
| 29 | <&dss_video1_clk>; |
| 30 | clock-names = "fck", "video1_clk"; |
| 31 | }; |
Lokesh Vutla | 4ddaa6c | 2017-08-21 12:50:59 +0530 | [diff] [blame] | 32 | |
| 33 | &mailbox5 { |
| 34 | mbox_ipu1_ipc3x: mbox_ipu1_ipc3x { |
| 35 | ti,mbox-tx = <6 2 2>; |
| 36 | ti,mbox-rx = <4 2 2>; |
| 37 | status = "disabled"; |
| 38 | }; |
| 39 | mbox_dsp1_ipc3x: mbox_dsp1_ipc3x { |
| 40 | ti,mbox-tx = <5 2 2>; |
| 41 | ti,mbox-rx = <1 2 2>; |
| 42 | status = "disabled"; |
| 43 | }; |
| 44 | }; |
| 45 | |
| 46 | &mailbox6 { |
| 47 | mbox_ipu2_ipc3x: mbox_ipu2_ipc3x { |
| 48 | ti,mbox-tx = <6 2 2>; |
| 49 | ti,mbox-rx = <4 2 2>; |
| 50 | status = "disabled"; |
| 51 | }; |
| 52 | }; |