summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/tegra124-jetson-tk1.dts
blob: 00eef6cacd19ff91de38073fc667dcf5106d56b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#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 {
	};
};