lede/target/linux/mediatek/dts/mt7981b-xiaomi-wr30u.dts
2023-09-25 21:56:38 +08:00

36 lines
601 B
Plaintext

// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/dts-v1/;
#include "mt7981b-xiaomi_mi-router.dtsi"
/ {
model = "Xiaomi Mi Router WR30U";
compatible = "xiaomi,mi-router-wr30u", "mediatek,mt7981";
};
&gmac0 {
nvmem-cells = <&macaddr_factory_4>;
nvmem-cell-names = "mac-address";
mac-address-increment = <(-1)>;
};
&leds {
internet_blue {
label = "blue:internet";
gpios = <&pio 11 GPIO_ACTIVE_LOW>;
};
internet_orange {
label = "orange:internet";
gpios = <&pio 12 GPIO_ACTIVE_LOW>;
};
};
&partitions {
partition@600000 {
label = "ubi";
reg = <0x600000 0x7000000>;
};
};