// SPDX-License-Identifier: (GPL-2.0 OR MIT) /* * Copyright 2017 NXP * Copyright (C) 2017 Pengutronix, Oleksij Rempel */ /dts-v1/; #include #include "imx8mp.dtsi" / { chosen { environment-sd { compatible = "barebox,environment"; device-path = &usdhc2, "partname:barebox-environment"; status = "disabled"; }; environment-emmc { compatible = "barebox,environment"; device-path = &usdhc3, "partname:barebox-environment"; status = "disabled"; }; }; gpio-leds { status { barebox,default-trigger = "heartbeat"; }; }; }; ðphy1 { reset-assert-us = <15000>; reset-deassert-us = <100000>; }; &usdhc2 { #address-cells = <1>; #size-cells = <1>; partition@0 { label = "barebox"; reg = <0x0 0xe0000>; }; partition@e0000 { label = "barebox-environment"; reg = <0xe0000 0x20000>; }; }; &usdhc3 { #address-cells = <1>; #size-cells = <1>; partition@0 { label = "barebox"; reg = <0x0 0xe0000>; }; partition@e0000 { label = "barebox-environment"; reg = <0xe0000 0x20000>; }; }; &ocotp { barebox,provide-mac-address = <&fec 0x640>; };