]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/arm/boot/dts/dra72x.dtsi
ARM: dts: NSP: Add AMAC entries
[mirror_ubuntu-artful-kernel.git] / arch / arm / boot / dts / dra72x.dtsi
CommitLineData
38b248db
RN
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
f53e3c53
LW
15 pmu {
16 compatible = "arm,cortex-a15-pmu";
7136d457 17 interrupt-parent = <&wakeupgen>;
783d3186 18 interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
f53e3c53 19 };
38b248db 20};
95c1cd13
TV
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};
48aff9f6
SA
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};