/* SPDX-License-Identifier: GPL-2.0+ */ /* Author: Alexander Shiyan */ #include / { chosen { stdout-path = &uart1; environment { compatible = "barebox,environment"; device-path = &nfc, "partname:env"; }; }; }; &iim { barebox,provide-mac-address = <&fec 1 9>; }; &nfc { partition@0 { label = "boot"; reg = <0x00000 0x80000>; }; partition@80000 { label = "env"; reg = <0x80000 0x40000>; }; partition@c0000 { label = "kernel"; reg = <0xc0000 0x340000>; }; partition@400000 { label = "root"; reg = <0x400000 0>; }; };