Newer
Older
barebox / arch / arm / dts / tegra124-jetson-tk1.dts
@Sascha Hauer Sascha Hauer on 19 Jun 2018 254 bytes ARM: dts: remove @0 from environment nodes
#include <arm/tegra124-jetson-tk1.dts>
#include "tegra124.dtsi"

/ {
	chosen {
		stdout-path = &uartd;

		environment {
			compatible = "barebox,environment";
			device-path = &emmc, "partname:boot1";
		};
	};

	/* eMMC */
	emmc: sdhci@700b0600 {
	};
};