| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | | - * Copyright (C) 2017 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. |
|---|
| 3 | + * Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/ |
|---|
| 7 | 4 | */ |
|---|
| 8 | 5 | |
|---|
| 6 | +#include "dra74-ipu-dsp-common.dtsi" |
|---|
| 9 | 7 | #include <dt-bindings/gpio/gpio.h> |
|---|
| 10 | | -#include <dt-bindings/clk/ti-dra7-atl.h> |
|---|
| 8 | +#include <dt-bindings/clock/ti-dra7-atl.h> |
|---|
| 11 | 9 | #include <dt-bindings/input/input.h> |
|---|
| 12 | 10 | |
|---|
| 13 | 11 | / { |
|---|
| .. | .. |
|---|
| 214 | 212 | |
|---|
| 215 | 213 | &atl { |
|---|
| 216 | 214 | assigned-clocks = <&abe_dpll_sys_clk_mux>, |
|---|
| 217 | | - <&atl_clkctrl DRA7_ATL_CLKCTRL 26>, |
|---|
| 215 | + <&atl_clkctrl DRA7_ATL_ATL_CLKCTRL 26>, |
|---|
| 218 | 216 | <&dpll_abe_ck>, |
|---|
| 219 | 217 | <&dpll_abe_m2x2_ck>, |
|---|
| 220 | 218 | <&atl_clkin2_ck>; |
|---|
| .. | .. |
|---|
| 232 | 230 | &mcasp3 { |
|---|
| 233 | 231 | #sound-dai-cells = <0>; |
|---|
| 234 | 232 | |
|---|
| 235 | | - assigned-clocks = <&l4per_clkctrl DRA7_MCASP3_CLKCTRL 24>; |
|---|
| 233 | + assigned-clocks = <&l4per2_clkctrl DRA7_L4PER2_MCASP3_CLKCTRL 24>; |
|---|
| 236 | 234 | assigned-clock-parents = <&atl_clkin2_ck>; |
|---|
| 237 | 235 | |
|---|
| 238 | 236 | status = "okay"; |
|---|
| .. | .. |
|---|
| 245 | 243 | >; |
|---|
| 246 | 244 | tx-num-evt = <32>; |
|---|
| 247 | 245 | rx-num-evt = <32>; |
|---|
| 248 | | -}; |
|---|
| 249 | | - |
|---|
| 250 | | -&mailbox5 { |
|---|
| 251 | | - status = "okay"; |
|---|
| 252 | | - mbox_ipu1_ipc3x: mbox_ipu1_ipc3x { |
|---|
| 253 | | - status = "okay"; |
|---|
| 254 | | - }; |
|---|
| 255 | | - mbox_dsp1_ipc3x: mbox_dsp1_ipc3x { |
|---|
| 256 | | - status = "okay"; |
|---|
| 257 | | - }; |
|---|
| 258 | | -}; |
|---|
| 259 | | - |
|---|
| 260 | | -&mailbox6 { |
|---|
| 261 | | - status = "okay"; |
|---|
| 262 | | - mbox_ipu2_ipc3x: mbox_ipu2_ipc3x { |
|---|
| 263 | | - status = "okay"; |
|---|
| 264 | | - }; |
|---|
| 265 | | - mbox_dsp2_ipc3x: mbox_dsp2_ipc3x { |
|---|
| 266 | | - status = "okay"; |
|---|
| 267 | | - }; |
|---|
| 268 | 246 | }; |
|---|
| 269 | 247 | |
|---|
| 270 | 248 | &pcie1_rc { |
|---|