mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
36 lines
534 B
Plaintext
36 lines
534 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-cell-names = "mac-address";
|
|
nvmem-cells = <&macaddr_factory_4 (-2)>;
|
|
};
|
|
|
|
&i2c0 {
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&i2c_pins>;
|
|
status = "okay";
|
|
|
|
nfc@57 {
|
|
compatible = "nt082c";
|
|
reg = <0x57>;
|
|
};
|
|
};
|
|
|
|
&pio {
|
|
i2c_pins: i2c-pins {
|
|
mux {
|
|
function = "i2c";
|
|
groups = "i2c0_1";
|
|
};
|
|
};
|
|
};
|