Frieder Schrempf | 9569c93 | 2024-02-15 15:00:35 +0100 | [diff] [blame] | 1 | // 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 | }; |