blob: 37c182d3185663de5258ac180a43ac4511ef3609 [file] [log] [blame]
Philip Oberfichtner55d15372022-05-19 13:52:48 +02001// SPDX-License-Identifier: GPL-2.0+
2
3/* Copyright (C) 2022 Denx Software Engineering GmbH
4 * Philip Oberfichtner <pro@denx.de>
5 */
6
7/ {
8 chosen {
9 stdout-path = &uart2;
10 };
11
12 soc {
13 u-boot,dm-spl;
14
15 bus@2000000 {
16 u-boot,dm-spl;
17
18 spba-bus@2000000 {
19 u-boot,dm-spl;
20 };
21 };
22
23 bus@2100000 {
24 u-boot,dm-spl;
25 };
26 };
27
28 bootcount {
29 compatible = "u-boot,bootcount-pmic";
30 pmic = <&pmic>;
31 };
32};
33
34&uart1 {
35 u-boot,dm-spl;
36};
37
38&uart2 {
39 u-boot,dm-spl;
40};
41
42&usdhc2 {
43 u-boot,dm-spl;
44};
45
46&usdhc4 {
47 u-boot,dm-spl;
48};
49
50&gpio1 {
51 u-boot,dm-spl;
52};
53
54&gpio2 {
55 u-boot,dm-spl;
56};
57
58&gpio3 {
59 u-boot,dm-spl;
60};
61
62&gpio4 {
63 u-boot,dm-spl;
64};
65
66&gpio5 {
67 u-boot,dm-spl;
68};
69
70&gpio6 {
71 u-boot,dm-spl;
72};
73
74&gpio7 {
75 u-boot,dm-spl;
76};
77
78&wdog1 {
79 u-boot,dm-spl;
80};