blob: 09b26c6ad430ab7ea6cbfb9a8cd4fcddf7d4fed2 [file] [log] [blame]
Brad Bishop286d45c2018-10-02 15:21:57 -04001/*
2 * CAUTION: This file is automatically generated by PetaLinux SDK.
3 * DO NOT modify this file
4 */
5
6
7/ {
8 chosen {
9 bootargs = "console=ttyS0,115200 earlyprintk";
10 stdout-path = "serial0:115200n8";
11 };
12};
13
14&axi_ethernet {
15 local-mac-address = [00 0a 35 00 22 01];
16};
17
18&linear_flash {
19 reg = <0x60000000 0x08000000>;
20 #address-cells = <1>;
21 #size-cells = <1>;
22 partition@0x00000000 {
23 label = "fpga";
24 reg = <0x00000000 0x00b00000>;
25 };
26 partition@0x00b00000 {
27 label = "boot";
28 reg = <0x00b00000 0x00080000>;
29 };
30 partition@0x00b80000 {
31 label = "bootenv";
32 reg = <0x00b80000 0x00020000>;
33 };
34 partition@0x00ba0000 {
35 label = "kernel";
36 reg = <0x00ba0000 0x00c00000>;
37 };
38 partition@0x017a0000 {
39 label = "spare";
40 reg = <0x017a0000 0x00000000>;
41 };
42};
43