summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/tegra124-jetson-tk1.dts
blob: 186985545b46bf7d0f05eb837e894e57a1af3e83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <arm/nvidia/tegra124-jetson-tk1.dts>
#include "tegra124.dtsi"

/ {
	chosen {
		stdout-path = &uartd;

		environment {
			compatible = "barebox,environment";
			device-path = &{/mmc@700b0600}, "partname:boot1"; /* eMMC */
		};
	};
};