[PATCH v2] ath79: add support for Ubiquiti PowerBeam M (XW)
Rafał Miłecki
zajec5 at gmail.com
Tue May 25 01:40:05 PDT 2021
On 23.05.2021 13:59, Russell Senior wrote:
> +ð0 {
> + status = "okay";
> +
> + /* default for ar934x, except for 1000M and 10M */
> + pll-data = <0x02000000 0x00000101 0x00001313>;
> +
> + mtd-mac-address = <&art 0x0>;
I'd love to have new DTS use upstream "nvmem-cells" property for that basic case.
Example:
arm64: dts: broadcom: bcm4908: add Ethernet MAC addr
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=9f01f5cdb548352418b34ce77db02a560fe2913b
> +
> + phy-mode = "rgmii-id";
> + phy-handle = <&phy4>;
> +
> + gmac-config {
> + device = <&gmac>;
> + rxd-delay = <3>;
> + rxdv-delay = <3>;
> + };
> +};
More information about the openwrt-devel
mailing list