mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00

This commit sync target ath79 from openwrt master, and revert some commit which will causes wireless to not work. Use ath10k-ct-smallbuffers by default, so that small memory devices can normal work.
23 lines
360 B
Plaintext
23 lines
360 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "ar934x.dtsi"
|
|
|
|
/ {
|
|
compatible = "qca,ar9341";
|
|
};
|
|
|
|
&cpuintc {
|
|
qca,ddr-wb-channel-interrupts = <2>, <3>, <4>, <5>;
|
|
qca,ddr-wb-channels = <&ddr_ctrl 4>, <&ddr_ctrl 2>,
|
|
<&ddr_ctrl 0>, <&ddr_ctrl 1>;
|
|
};
|
|
|
|
&wmac {
|
|
interrupt-parent = <&cpuintc>;
|
|
interrupts = <2>;
|
|
};
|
|
|
|
ð1 {
|
|
status = "okay";
|
|
};
|