#include / { chosen { stdout-path = &duart; environment { compatible = "barebox,environment"; device-path = &gpmi, "partname:environment"; }; }; }; &ocotp { status = "okay"; }; &gpmi { partition@0 { label = "boot"; reg = <0x0 0x80000>; }; partition@80000 { label = "environment"; reg = <0x80000 0x80000>; }; }; &mac1 { status = "disabled"; };