/* * CAUTION: This file is automatically generated by PetaLinux SDK. * DO NOT modify this file */ / { chosen { bootargs = "earlycon clk_ignore_unused root=/dev/ram rw"; stdout-path = "serial0:115200n8"; }; }; &gem3 { local-mac-address = [00 0a 35 00 22 01]; }; &qspi { #address-cells = <1>; #size-cells = <0>; flash0: flash@0 { compatible = "n25q512a","micron,m25p80"; spi-tx-bus-width=<1>; spi-rx-bus-width=<4>; reg = <0x0>; #address-cells = <1>; #size-cells = <1>; spi-max-frequency = <108000000>; partition@0x00000000 { label = "boot"; reg = <0x00000000 0x01360000>; }; partition@0x01360000 { label = "bootenv"; reg = <0x01360000 0x00040000>; }; partition@0x013a0000 { label = "kernel"; reg = <0x013a0000 0x01700000>; }; }; };