summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/tegra124-jetson-tk1.dts
blob: 26f405ca3d6216200359e13bb284cb9b8beba175 (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 = "/serial@0,70006300/";

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

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