blob: 62453db62ef17d2128ce2535279612857067b6d3 [file] [log] [blame]
Marek Vasutc1876802019-06-09 18:46:42 +02001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (C) 2019 Marek Vasut <marex@denx.de>
4 */
5
6/ {
7 soc {
Simon Glassd3a98cb2023-02-13 08:56:33 -07008 bootph-all;
Marek Vasutc1876802019-06-09 18:46:42 +02009
Oleksandr Suvorove1868a42021-09-23 23:14:37 +030010 bus@50000000 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070011 bootph-all;
Marek Vasutc1876802019-06-09 18:46:42 +020012 };
13 };
Marek Vasut5ef90f82019-06-09 18:46:45 +020014
15 wdt-reboot {
16 compatible = "wdt-reboot";
17 wdt = <&wdog1>;
18 };
Marek Vasutc1876802019-06-09 18:46:42 +020019};
20
21&gpio1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070022 bootph-all;
Marek Vasutc1876802019-06-09 18:46:42 +020023};
24
25&gpio2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070026 bootph-all;
Marek Vasutc1876802019-06-09 18:46:42 +020027};
28
29&gpio3 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070030 bootph-all;
Marek Vasutc1876802019-06-09 18:46:42 +020031};
32
33&gpio4 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070034 bootph-all;
Marek Vasutc1876802019-06-09 18:46:42 +020035};
36
37&gpio5 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070038 bootph-all;
Marek Vasutc1876802019-06-09 18:46:42 +020039};
40
41&gpio6 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070042 bootph-all;
Marek Vasutc1876802019-06-09 18:46:42 +020043};
44
45&gpio7 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070046 bootph-all;
Marek Vasutc1876802019-06-09 18:46:42 +020047};