summaryrefslogtreecommitdiff
path: root/arch/arm/dts/sama7g5ek-u-boot.dtsi
blob: 5e1a0d53a5335aa30254107bfcedf372a4e56050 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * sama7g5ek-u-boot.dts - Device Tree file for SAMA7G5 SoC u-boot properties.
 *
 * Copyright (C) 2020 Microchip Technology Inc. and its subsidiaries
 *
 * Author: Eugen Hristev <eugen.hristev@microchip.com>
 * Author: Claudiu Beznea <claudiu.beznea@microchip.com>
 *
 */

/ {
	chosen {
		u-boot,dm-pre-reloc;
	};

	ahb {
		u-boot,dm-pre-reloc;

		apb {
			u-boot,dm-pre-reloc;
		};
	};
};

&main_rc {
	u-boot,dm-pre-reloc;
};

&main_xtal {
	u-boot,dm-pre-reloc;
};

&pioA {
	u-boot,dm-pre-reloc;

	pinctrl {
		u-boot,dm-pre-reloc;
	};
};

&pinctrl_flx3_default {
	u-boot,dm-pre-reloc;
};

&pit64b0 {
	u-boot,dm-pre-reloc;
};

&pmc {
	u-boot,dm-pre-reloc;
};

&slow_rc_osc {
	u-boot,dm-pre-reloc;
};

&slow_xtal {
	u-boot,dm-pre-reloc;
};

&uart0 {
	u-boot,dm-pre-reloc;
};