generic: 5.15: refresh kernel patches
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar9341.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "ar934x.dtsi"
4
5 / {
6 compatible = "qca,ar9341";
7 };
8
9 &cpuintc {
10 qca,ddr-wb-channel-interrupts = <2>, <3>, <4>, <5>;
11 qca,ddr-wb-channels = <&ddr_ctrl 4>, <&ddr_ctrl 2>,
12 <&ddr_ctrl 0>, <&ddr_ctrl 1>;
13 };
14
15 &wmac {
16 interrupt-parent = <&cpuintc>;
17 interrupts = <2>;
18 };
19
20 &eth1 {
21 status = "okay";
22 };