#include / { barebox_environment { compatible = "barebox,environment"; device-path = &barebox_env; }; chosen { stdout-path = &v2m_serial0; }; }; &nor_flash { partitions { compatible = "fixed-partitions"; #address-cells = <1>; #size-cells = <1>; partition@0 { label = "barebox"; reg = <0x0 0x80000>; }; barebox_env: partition@80000 { label = "barebox-environment"; reg = <0x80000 0x80000>; }; }; };