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

/ {
	chosen {
		stdout-path = &uartd;

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