arm64: dts: mediatek: mt7981b-openwrt-one: Add address/size cells to eth

The ethernet node has two MAC subnodes and cannot use the default
address/size cells: set address cells to 1 and size cells to 0.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
AngeloGioacchino Del Regno 2026-01-15 11:41:12 +01:00
parent d33d77044c
commit e9858fba55
No known key found for this signature in database
GPG Key ID: 9A3604CFAD978478

View File

@ -90,6 +90,8 @@ reg_5v: regulator-5v {
};
&eth {
#address-cells = <1>;
#size-cells = <0>;
status = "okay";
/* WAN interface */