|
@@ -9,6 +9,8 @@
|
|
|
compatible = "enterasys,ws-ap3710i";
|
|
compatible = "enterasys,ws-ap3710i";
|
|
|
|
|
|
|
|
aliases {
|
|
aliases {
|
|
|
|
|
+ ethernet0 = &enet0;
|
|
|
|
|
+ ethernet1 = &enet2;
|
|
|
led-boot = &led_power_green;
|
|
led-boot = &led_power_green;
|
|
|
led-failsafe = &led_power_red;
|
|
led-failsafe = &led_power_red;
|
|
|
led-running = &led_power_green;
|
|
led-running = &led_power_green;
|
|
@@ -16,6 +18,11 @@
|
|
|
label-mac-device = &enet0;
|
|
label-mac-device = &enet0;
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
|
|
+ chosen {
|
|
|
|
|
+ bootargs-override = "console=ttyS0,115200";
|
|
|
|
|
+ stdout-path = &serial0;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
memory {
|
|
memory {
|
|
|
device_type = "memory";
|
|
device_type = "memory";
|
|
|
};
|
|
};
|
|
@@ -74,7 +81,7 @@
|
|
|
#size-cells = <1>;
|
|
#size-cells = <1>;
|
|
|
|
|
|
|
|
partition@0 {
|
|
partition@0 {
|
|
|
- compatible = "denx,fit";
|
|
|
|
|
|
|
+ compatible = "denx,uimage";
|
|
|
reg = <0x0 0x1d80000>;
|
|
reg = <0x0 0x1d80000>;
|
|
|
label = "firmware";
|
|
label = "firmware";
|
|
|
};
|
|
};
|
|
@@ -145,6 +152,13 @@
|
|
|
ranges = <0x2000000 0x0 0xa0000000 0 0xa0000000 0x0 0x20000000
|
|
ranges = <0x2000000 0x0 0xa0000000 0 0xa0000000 0x0 0x20000000
|
|
|
0x1000000 0x0 0x00000000 0 0xffc10000 0x0 0x10000>;
|
|
0x1000000 0x0 0x00000000 0 0xffc10000 0x0 0x10000>;
|
|
|
reg = <0 0xffe09000 0 0x1000>;
|
|
reg = <0 0xffe09000 0 0x1000>;
|
|
|
|
|
+
|
|
|
|
|
+ /* Filled by U-Boot */
|
|
|
|
|
+ bus-range = <0x00 0x01>;
|
|
|
|
|
+ dma-ranges = <0x2000000 0x00 0xfff00000 0x00 0xffe00000
|
|
|
|
|
+ 0x00 0x100000 0x42000000 0x00 0x00 0x00
|
|
|
|
|
+ 0x00 0x00 0x10000000>;
|
|
|
|
|
+
|
|
|
pcie@0 {
|
|
pcie@0 {
|
|
|
ranges = <0x2000000 0x0 0xa0000000
|
|
ranges = <0x2000000 0x0 0xa0000000
|
|
|
0x2000000 0x0 0xa0000000
|
|
0x2000000 0x0 0xa0000000
|
|
@@ -160,6 +174,13 @@
|
|
|
reg = <0 0xffe0a000 0 0x1000>;
|
|
reg = <0 0xffe0a000 0 0x1000>;
|
|
|
ranges = <0x2000000 0x0 0x80000000 0 0x80000000 0x0 0x20000000
|
|
ranges = <0x2000000 0x0 0x80000000 0 0x80000000 0x0 0x20000000
|
|
|
0x1000000 0x0 0x00000000 0 0xffc00000 0x0 0x10000>;
|
|
0x1000000 0x0 0x00000000 0 0xffc00000 0x0 0x10000>;
|
|
|
|
|
+
|
|
|
|
|
+ /* Filled by U-Boot */
|
|
|
|
|
+ bus-range = <0x00 0x01>;
|
|
|
|
|
+ dma-ranges = <0x2000000 0x00 0xfff00000 0x00
|
|
|
|
|
+ 0xffe00000 0x00 0x100000 0x42000000
|
|
|
|
|
+ 0x00 0x00 0x00 0x00 0x00 0x10000000>;
|
|
|
|
|
+
|
|
|
pcie@0 {
|
|
pcie@0 {
|
|
|
ranges = <0x2000000 0x0 0x80000000
|
|
ranges = <0x2000000 0x0 0x80000000
|
|
|
0x2000000 0x0 0x80000000
|
|
0x2000000 0x0 0x80000000
|
|
@@ -174,6 +195,87 @@
|
|
|
};
|
|
};
|
|
|
/include/ "fsl/p1020si-post.dtsi"
|
|
/include/ "fsl/p1020si-post.dtsi"
|
|
|
|
|
|
|
|
|
|
+/ {
|
|
|
|
|
+ cpus {
|
|
|
|
|
+ PowerPC,P1020@0 {
|
|
|
|
|
+ bus-frequency = <399999996>;
|
|
|
|
|
+ timebase-frequency = <50000000>;
|
|
|
|
|
+ clock-frequency = <799999992>;
|
|
|
|
|
+ d-cache-block-size = <0x20>;
|
|
|
|
|
+ d-cache-size = <0x8000>;
|
|
|
|
|
+ d-cache-sets = <0x80>;
|
|
|
|
|
+ i-cache-block-size = <0x20>;
|
|
|
|
|
+ i-cache-size = <0x8000>;
|
|
|
|
|
+ i-cache-sets = <0x80>;
|
|
|
|
|
+ cpu-release-addr = <0x0 0x0ffff280>;
|
|
|
|
|
+ status = "okay";
|
|
|
|
|
+ enable-method = "spin-table";
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ PowerPC,P1020@1 {
|
|
|
|
|
+ bus-frequency = <399999996>;
|
|
|
|
|
+ timebase-frequency = <50000000>;
|
|
|
|
|
+ clock-frequency = <799999992>;
|
|
|
|
|
+ d-cache-block-size = <0x20>;
|
|
|
|
|
+ d-cache-size = <0x8000>;
|
|
|
|
|
+ d-cache-sets = <0x80>;
|
|
|
|
|
+ i-cache-block-size = <0x20>;
|
|
|
|
|
+ i-cache-size = <0x8000>;
|
|
|
|
|
+ i-cache-sets = <0x80>;
|
|
|
|
|
+ cpu-release-addr = <0x0 0x0ffff2a0>;
|
|
|
|
|
+ status = "disabled";
|
|
|
|
|
+ enable-method = "spin-table";
|
|
|
|
|
+ };
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ memory {
|
|
|
|
|
+ reg = <0x0 0x0 0x0 0x10000000>;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ reserved-memory {
|
|
|
|
|
+ #address-cells = <2>;
|
|
|
|
|
+ #size-cells = <2>;
|
|
|
|
|
+ ranges;
|
|
|
|
|
+
|
|
|
|
|
+ cpu1-bootpage@ff00000 {
|
|
|
|
|
+ /* Reserve upper 1 MB for second-core-bootpage */
|
|
|
|
|
+ reg = <0x0 0xff00000 0x0 0x100000>;
|
|
|
|
|
+ };
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ soc@ffe00000 {
|
|
|
|
|
+ bus-frequency = <399999996>;
|
|
|
|
|
+
|
|
|
|
|
+ serial@4600 {
|
|
|
|
|
+ clock-frequency = <399999996>;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ serial@4500 {
|
|
|
|
|
+ clock-frequency = <399999996>;
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ pic@40000 {
|
|
|
|
|
+ clock-frequency = <399999996>;
|
|
|
|
|
+ };
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
|
|
+ localbus@ffe05000 {
|
|
|
|
|
+ bus-frequency = <24999999>;
|
|
|
|
|
+ };
|
|
|
|
|
+};
|
|
|
|
|
+
|
|
|
|
|
+&enet0 {
|
|
|
|
|
+ rx-stash-idx = <0x00>;
|
|
|
|
|
+ rx-stash-len = <0x60>;
|
|
|
|
|
+ bd-stash;
|
|
|
|
|
+};
|
|
|
|
|
+
|
|
|
|
|
+&enet2 {
|
|
|
|
|
+ rx-stash-idx = <0x00>;
|
|
|
|
|
+ rx-stash-len = <0x60>;
|
|
|
|
|
+ bd-stash;
|
|
|
|
|
+};
|
|
|
|
|
+
|
|
|
/*
|
|
/*
|
|
|
* For the OpenWrt 22.03 release, since Linux 5.10.138 now uses
|
|
* For the OpenWrt 22.03 release, since Linux 5.10.138 now uses
|
|
|
* aliases to determine PCI domain numbers, drop aliases so as not to
|
|
* aliases to determine PCI domain numbers, drop aliases so as not to
|