aboutsummaryrefslogtreecommitdiff
path: root/target/linux/mediatek/dts/mt7986a-smartrg-SDG-8622.dts
blob: 2c28c8f7b4795a1b174a2e7d9f6661d277204640 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
/*
 * Copyright (C) 2022 SmartRG Inc.
 * Author: Chad Monroe <chad.monroe@smartrg.com>
 */

#include "mt7986a-smartrg-bonanza-peak.dtsi"

/ {
	model = "SmartRG SDG-8622";
	compatible = "smartrg,sdg-8622", "mediatek,mt7986a";
};

&gmac0 {
	phy-handle = <&phy5>;

	label = "lan";
};

&gmac1 {
	phy-handle = <&phy6>;
};

&pcie {
	status = "okay";
};

&pcie_phy {
	status = "okay";
};

&radio0 {
	ieee80211-freq-limit = <5170000 5330000>;
};

&wifi {
	ieee80211-freq-limit = <2400000 2500000>, <5490000 5835000>;
};