|
|
@@ -38,12 +38,6 @@
|
|
|
gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
|
|
|
linux,default-trigger = "phy0tpt";
|
|
|
};
|
|
|
-
|
|
|
- wlan2 {
|
|
|
- label = "green:wlan2";
|
|
|
- gpios = <&gpio 22 GPIO_ACTIVE_LOW>;
|
|
|
- linux,default-trigger = "phy1tpt";
|
|
|
- };
|
|
|
};
|
|
|
|
|
|
keys {
|
|
|
@@ -72,7 +66,13 @@
|
|
|
&wmac {
|
|
|
status = "okay";
|
|
|
|
|
|
- qca,no-eeprom;
|
|
|
+ nvmem-cells = <&cal_art_1000>;
|
|
|
+ nvmem-cell-names = "calibration";
|
|
|
+
|
|
|
+ led {
|
|
|
+ led-sources = <22>;
|
|
|
+ led-active-low;
|
|
|
+ };
|
|
|
};
|
|
|
|
|
|
&pcie0 {
|
|
|
@@ -102,6 +102,9 @@
|
|
|
|
|
|
pll-data = <0x82000000 0x80000101 0x80001313>;
|
|
|
|
|
|
+ nvmem-cells = <&macaddr_uboot_ethaddr>;
|
|
|
+ nvmem-cell-names = "mac-address";
|
|
|
+
|
|
|
gmac-config {
|
|
|
device = <&gmac>;
|
|
|
rgmii-enabled = <1>;
|
|
|
@@ -135,9 +138,13 @@
|
|
|
};
|
|
|
|
|
|
partition@100000 {
|
|
|
+ compatible = "u-boot,env";
|
|
|
label = "cfg1";
|
|
|
reg = <0x100000 0x40000>;
|
|
|
read-only;
|
|
|
+
|
|
|
+ macaddr_uboot_ethaddr: ethaddr {
|
|
|
+ };
|
|
|
};
|
|
|
|
|
|
partition@140000 {
|
|
|
@@ -204,6 +211,10 @@
|
|
|
#address-cells = <1>;
|
|
|
#size-cells = <1>;
|
|
|
|
|
|
+ cal_art_1000: calibration@1000 {
|
|
|
+ reg = <0x1000 0x440>;
|
|
|
+ };
|
|
|
+
|
|
|
cal_art_5000: calibration@5000 {
|
|
|
reg = <0x5000 0x844>;
|
|
|
};
|