mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
50 lines
740 B
Plaintext
50 lines
740 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
/dts-v1/;
|
|
|
|
#include "mt7981b-xiaomi_mi-router.dtsi"
|
|
|
|
/ {
|
|
model = "Xiaomi Mi Router AX3000T";
|
|
compatible = "xiaomi,mi-router-ax3000t", "mediatek,mt7981";
|
|
};
|
|
|
|
&gmac0 {
|
|
nvmem-cells = <&macaddr_factory_4>;
|
|
nvmem-cell-names = "mac-address";
|
|
mac-address-increment = <(-2)>;
|
|
};
|
|
|
|
&i2c0 {
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&i2c_pins>;
|
|
status = "okay";
|
|
|
|
nfc@57 {
|
|
compatible = "nt082c";
|
|
reg = <0x57>;
|
|
};
|
|
};
|
|
|
|
&partitions {
|
|
partition@600000 {
|
|
label = "ubi";
|
|
reg = <0x0600000 0x6400000>;
|
|
};
|
|
|
|
partition@6a00000 {
|
|
label = "data";
|
|
reg = <0x6a00000 0x0c00000>;
|
|
read-only;
|
|
};
|
|
};
|
|
|
|
&pio {
|
|
i2c_pins: i2c-pins {
|
|
mux {
|
|
function = "i2c";
|
|
groups = "i2c0_1";
|
|
};
|
|
};
|
|
};
|