|
|
@@ -9,12 +9,6 @@
|
|
|
compatible = "ubnt,xm", "qca,ar7241";
|
|
|
model = "Ubiquiti Networks XM (rev 1.0) board";
|
|
|
|
|
|
-/* extosc: ref {
|
|
|
- compatible = "fixed-clock";
|
|
|
- #clock-cells = <0>;
|
|
|
- clock-frequency = <40000000>;
|
|
|
- };
|
|
|
-*/
|
|
|
keys {
|
|
|
compatible = "gpio-keys";
|
|
|
|
|
|
@@ -30,12 +24,9 @@
|
|
|
status = "okay";
|
|
|
};
|
|
|
|
|
|
-/*&pll {
|
|
|
- clocks = <&extosc>;
|
|
|
-};*/
|
|
|
-
|
|
|
&spi {
|
|
|
status = "okay";
|
|
|
+
|
|
|
num-cs = <1>;
|
|
|
|
|
|
flash@0 {
|
|
|
@@ -54,30 +45,30 @@
|
|
|
read-only;
|
|
|
};
|
|
|
|
|
|
- partition@1 {
|
|
|
+ partition@40000 {
|
|
|
label = "u-boot-env";
|
|
|
reg = <0x040000 0x010000>;
|
|
|
};
|
|
|
|
|
|
- partition@2 {
|
|
|
+ partition@50000 {
|
|
|
compatible = "denx,uimage";
|
|
|
label = "firmware";
|
|
|
reg = <0x050000 0x750000>;
|
|
|
};
|
|
|
|
|
|
- partition@3 {
|
|
|
+ partition@7a0000 {
|
|
|
label = "board_config";
|
|
|
reg = <0x7a0000 0x010000>;
|
|
|
read-only;
|
|
|
};
|
|
|
|
|
|
- partition@4 {
|
|
|
+ partition@7b0000 {
|
|
|
label = "cfg";
|
|
|
reg = <0x7b0000 0x040000>;
|
|
|
read-only;
|
|
|
};
|
|
|
|
|
|
- art: partition@5 {
|
|
|
+ art: partition@7f0000 {
|
|
|
label = "art";
|
|
|
reg = <0x7f0000 0x010000>;
|
|
|
read-only;
|