blob: c6cb9a5ac7b217129c5329e9c7011b4a62a5456d [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 {
Simon Glass8c103c32023-02-13 08:56:33 -070013 bootph-pre-ram;
Philip Oberfichtner55d15372022-05-19 13:52:48 +020014
15 bus@2000000 {
Simon Glass8c103c32023-02-13 08:56:33 -070016 bootph-pre-ram;
Philip Oberfichtner55d15372022-05-19 13:52:48 +020017
18 spba-bus@2000000 {
Simon Glass8c103c32023-02-13 08:56:33 -070019 bootph-pre-ram;
Philip Oberfichtner55d15372022-05-19 13:52:48 +020020 };
21 };
22
23 bus@2100000 {
Simon Glass8c103c32023-02-13 08:56:33 -070024 bootph-pre-ram;
Philip Oberfichtner55d15372022-05-19 13:52:48 +020025 };
26 };
27
28 bootcount {
29 compatible = "u-boot,bootcount-pmic";
30 pmic = <&pmic>;
31 };
32};
33
34&uart1 {
Simon Glass8c103c32023-02-13 08:56:33 -070035 bootph-pre-ram;
Philip Oberfichtner55d15372022-05-19 13:52:48 +020036};
37
38&uart2 {
Simon Glass8c103c32023-02-13 08:56:33 -070039 bootph-pre-ram;
Philip Oberfichtner55d15372022-05-19 13:52:48 +020040};
41
42&usdhc2 {
Simon Glass8c103c32023-02-13 08:56:33 -070043 bootph-pre-ram;
Philip Oberfichtner55d15372022-05-19 13:52:48 +020044};
45
46&usdhc4 {
Simon Glass8c103c32023-02-13 08:56:33 -070047 bootph-pre-ram;
Philip Oberfichtner55d15372022-05-19 13:52:48 +020048};
49
50&gpio1 {
Simon Glass8c103c32023-02-13 08:56:33 -070051 bootph-pre-ram;
Philip Oberfichtner55d15372022-05-19 13:52:48 +020052};
53
54&gpio2 {
Simon Glass8c103c32023-02-13 08:56:33 -070055 bootph-pre-ram;
Philip Oberfichtner55d15372022-05-19 13:52:48 +020056};
57
58&gpio3 {
Simon Glass8c103c32023-02-13 08:56:33 -070059 bootph-pre-ram;
Philip Oberfichtner55d15372022-05-19 13:52:48 +020060};
61
62&gpio4 {
Simon Glass8c103c32023-02-13 08:56:33 -070063 bootph-pre-ram;
Philip Oberfichtner55d15372022-05-19 13:52:48 +020064};
65
66&gpio5 {
Simon Glass8c103c32023-02-13 08:56:33 -070067 bootph-pre-ram;
Philip Oberfichtner55d15372022-05-19 13:52:48 +020068};
69
70&gpio6 {
Simon Glass8c103c32023-02-13 08:56:33 -070071 bootph-pre-ram;
Philip Oberfichtner55d15372022-05-19 13:52:48 +020072};
73
74&gpio7 {
Simon Glass8c103c32023-02-13 08:56:33 -070075 bootph-pre-ram;
Philip Oberfichtner55d15372022-05-19 13:52:48 +020076};
77
78&wdog1 {
Simon Glass8c103c32023-02-13 08:56:33 -070079 bootph-pre-ram;
Philip Oberfichtner55d15372022-05-19 13:52:48 +020080};