blob: 8f5a70ccb85159e5915271c9c85425a20f1b3e21 [file] [log] [blame]
Frieder Schrempf9569c932024-02-15 15:00:35 +01001// SPDX-License-Identifier: GPL-2.0+ OR MIT
2/*
3 * Copyright (C) 2022 Kontron Electronics GmbH
4 */
5
6#include "imx6qdl-u-boot.dtsi"
7
8/ {
9 binman: binman {
10 filename = "flash.bin";
11 pad-byte = <0x00>;
12
13 spl: blob-ext@1 {
14 offset = <0x0>;
15 filename = "SPL";
16 };
17
18 uboot: blob-ext@2 {
19 offset = <0x11000>;
20 filename = "u-boot.img";
21 };
22 };
23
24 wdt-reboot {
25 compatible = "wdt-reboot";
26 wdt = <&wdog1>;
27 };
28};
29
30&fec {
31 phy-mode = "rmii";
32 phy-reset-gpios = <&gpio5 2 GPIO_ACTIVE_LOW>;
33 phy-reset-duration = <100>;
34};
35
36&gpmi {
37 fsl,legacy-bch-geometry;
38};