Fix small nits in the Meraki device trees, identified by Claude during a new device PR. Signed-off-by: Hal Martin <hal.martin@gmail.com> Link: https://github.com/openwrt/openwrt/pull/23307 Signed-off-by: Robert Marko <robimarko@gmail.com>
85 lines
1.2 KiB
Devicetree
85 lines
1.2 KiB
Devicetree
// SPDX-License-Identifier: GPL-2.0-only
|
|
// Device Tree Source for Meraki MR33 (Stinkbug)
|
|
|
|
#include "qcom-ipq4029-meraki-insect.dtsi"
|
|
|
|
/ {
|
|
model = "Meraki MR33 Access Point";
|
|
compatible = "meraki,mr33";
|
|
|
|
soc {
|
|
ess_tcsr@1953000 {
|
|
qcom,ess-interface-select = <TCSR_ESS_PSGMII_RGMII5>;
|
|
};
|
|
};
|
|
};
|
|
|
|
&pcie0 {
|
|
status = "okay";
|
|
};
|
|
|
|
&pcie_bridge0 {
|
|
wifi@0,0 {
|
|
compatible = "qcom,ath10k";
|
|
reg = <0x00010000 0 0 0 0>;
|
|
nvmem-cells = <&mac_address 1>, <&cal_factory_9000>;
|
|
nvmem-cell-names = "mac-address", "calibration";
|
|
};
|
|
};
|
|
|
|
&wifi0 {
|
|
status = "okay";
|
|
qcom,ath10k-calibration-variant = "Meraki-MR33";
|
|
};
|
|
|
|
&wifi1 {
|
|
status = "okay";
|
|
qcom,ath10k-calibration-variant = "Meraki-MR33";
|
|
};
|
|
|
|
&mdio {
|
|
ar8035: ethernet-phy@1 {
|
|
reg = <1>;
|
|
};
|
|
|
|
ethernet-phy-package@0 {
|
|
status = "disabled";
|
|
};
|
|
};
|
|
|
|
&switch {
|
|
/delete-property/ psgmii-ethphy;
|
|
};
|
|
|
|
&swport5 {
|
|
status = "okay";
|
|
|
|
label = "lan";
|
|
phy-handle = <&ar8035>;
|
|
phy-mode = "rgmii-rxid";
|
|
};
|
|
|
|
ðphy0 {
|
|
status = "disabled";
|
|
};
|
|
|
|
ðphy1 {
|
|
status = "disabled";
|
|
};
|
|
|
|
ðphy2 {
|
|
status = "disabled";
|
|
};
|
|
|
|
ðphy3 {
|
|
status = "disabled";
|
|
};
|
|
|
|
ðphy4 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&psgmiiphy {
|
|
status = "disabled";
|
|
};
|