1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
5 #include <dt-bindings/gpio/gpio.h>
8 compatible = "bananapi,bpi-r4", "mediatek,mt7988a";
13 wifi_12v: regulator-wifi-12v {
14 compatible = "regulator-fixed";
15 regulator-name = "wifi";
16 regulator-min-microvolt = <12000000>;
17 regulator-max-microvolt = <12000000>;
18 gpio = <&pio 4 GPIO_ACTIVE_HIGH>;
28 // 5G WIFI MAC Address EEPROM
30 compatible = "atmel,24c02";
37 compatible = "fixed-layout";
41 macaddr_5g: macaddr@0 {
47 // 6G WIFI MAC Address EEPROM
49 compatible = "atmel,24c02";
56 compatible = "fixed-layout";
60 macaddr_6g: macaddr@0 {
72 reg = <0x0000 0 0 0 0>;
75 compatible = "mediatek,mt76";
76 reg = <0x0000 0 0 0 0>;
77 nvmem-cell-names = "mac-address";
78 nvmem-cells = <&macaddr_5g>;
88 reg = <0x0000 0 0 0 0>;
91 compatible = "mediatek,mt76";
92 reg = <0x0000 0 0 0 0>;
93 nvmem-cell-names = "mac-address";
94 nvmem-cells = <&macaddr_6g>;