blob: c0f8f94027aa38e1ef602143a220a9f6587d478b [file] [log] [blame]
Eugen Hristev1d463d62020-03-10 11:56:38 +02001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * sama7g5ek-u-boot.dts - Device Tree file for SAMA7G5 SoC u-boot properties.
4 *
5 * Copyright (C) 2020 Microchip Technology Inc. and its subsidiaries
6 *
7 * Author: Eugen Hristev <eugen.hristev@microchip.com>
8 * Author: Claudiu Beznea <claudiu.beznea@microchip.com>
9 *
10 */
11
12/ {
13 chosen {
14 u-boot,dm-pre-reloc;
15 };
16
17 ahb {
18 u-boot,dm-pre-reloc;
19
20 apb {
21 u-boot,dm-pre-reloc;
22 };
23 };
24};
25
26&uart0 {
27 u-boot,dm-pre-reloc;
28};
29
30&mck {
31 u-boot,dm-pre-reloc;
32};
33