summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx6dl-sielaff-u-boot.dtsi
blob: 8f5a70ccb85159e5915271c9c85425a20f1b3e21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// SPDX-License-Identifier: GPL-2.0+ OR MIT
/*
 * Copyright (C) 2022 Kontron Electronics GmbH
 */

#include "imx6qdl-u-boot.dtsi"

/ {
	binman: binman {
		filename = "flash.bin";
		pad-byte = <0x00>;

		spl: blob-ext@1 {
			offset = <0x0>;
			filename = "SPL";
		};

		uboot: blob-ext@2 {
			offset = <0x11000>;
			filename = "u-boot.img";
		};
	};

	wdt-reboot {
		compatible = "wdt-reboot";
		wdt = <&wdog1>;
	};
};

&fec {
	phy-mode = "rmii";
	phy-reset-gpios = <&gpio5 2 GPIO_ACTIVE_LOW>;
	phy-reset-duration = <100>;
};

&gpmi {
	fsl,legacy-bch-geometry;
};