&pcie {
status = "okay";
- ath9k: wifi@0,0 {
+ wifi@0,0 {
compatible = "pci168c,0033";
reg = <0x0000 0 0 0 0>;
- #gpio-cells = <2>;
- gpio-controller;
nvmem-cells = <&macaddr_uboot_1fc00 1>, <&cal_art_5000>;
nvmem-cell-names = "mac-address", "calibration";
+
+ led {
+ led-sources = <0>;
+ led-active-low;
+ };
};
};
ath9k: wifi@0,0 {
compatible = "pci168c,0033";
reg = <0x0000 0 0 0 0>;
- #gpio-cells = <2>;
- gpio-controller;
nvmem-cells = <&macaddr_uboot_1fc00 0>, <&cal_art_5000>;
nvmem-cell-names = "mac-address", "calibration";
+
+ led {
+ led-sources = <0>;
+ led-active-low;
+ };
};
};
};
};
- ath9k-leds {
- compatible = "gpio-leds";
-
- wlan5g {
- label = "green:wlan5g";
- gpios = <&ath9k 0 GPIO_ACTIVE_LOW>;
- linux,default-trigger = "phy1tpt";
- };
- };
-
keys {
compatible = "gpio-keys";