mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
ipq40xx: luma_wrtq-acn329: swap ethernet MAC addresses
Adjust them according to OEM firmware.
Fixes: e24635710c
(" ipq40xx: add support for Luma Home WRTQ-329ACN")
Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
This commit is contained in:
parent
68add5f364
commit
2b5154214c
@ -9,6 +9,11 @@
|
|||||||
model = "Luma Home WRTQ-329ACN";
|
model = "Luma Home WRTQ-329ACN";
|
||||||
compatible = "luma,wrtq-329acn";
|
compatible = "luma,wrtq-329acn";
|
||||||
|
|
||||||
|
aliases {
|
||||||
|
ethernet0 = &gmac1;
|
||||||
|
ethernet1 = &gmac0;
|
||||||
|
};
|
||||||
|
|
||||||
i2c-gpio {
|
i2c-gpio {
|
||||||
compatible = "i2c-gpio";
|
compatible = "i2c-gpio";
|
||||||
sda-gpios = <&tlmm 1 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
|
sda-gpios = <&tlmm 1 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
|
||||||
|
Loading…
Reference in New Issue
Block a user