Skip to content
Snippets Groups Projects
Verified Commit 66430d76 authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files
parent 63b5335c
Branches
Tags
1 merge request!569Turris OS 6.0 (HBK)
Pipeline #103837 passed with stage
in 5 minutes and 19 seconds
......@@ -194,7 +194,7 @@ index 0000000000..b87db861cc
++
++ port@0 {
++ reg = <0>;
++ label = "cpu1";
++ label = "cpu";
++ ethernet = <&enet1>;
++ phy-mode = "rgmii-id";
++
......@@ -231,7 +231,7 @@ index 0000000000..b87db861cc
++
++ port@6 {
++ reg = <6>;
++ label = "cpu0";
++ label = "cpu";
++ ethernet = <&enet0>;
++ phy-mode = "rgmii-id";
++
......@@ -310,21 +310,21 @@ index 0000000000..b87db861cc
++ };
++
++ partition@20000 {
++ /* 1.7 MB for Rescue Linux Kernel Image */
++ /* 1.7 MB for Linux Kernel Image */
++ reg = <0x00020000 0x001a0000>;
++ label = "rescue-kernel";
++ label = "kernel";
++ };
++
++ partition@1c0000 {
++ /* 1.5 MB for Rescue JFFS2 Root File System */
++ reg = <0x001c0000 0x00180000>;
++ label = "rescue-rootfs";
++ label = "rescue";
++ };
++
++ partition@340000 {
++ /* 11 MB for TAR.XZ Backup with content of NAND Root File System */
++ /* 11 MB for TAR.XZ Archive with Factory content of NAND Root File System */
++ reg = <0x00340000 0x00b00000>;
++ label = "backup-rootfs";
++ label = "factory";
++ };
++
++ partition@e40000 {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment