blob: 6d20a442391bd7e2153b3f0e625757780b4f7fe0 [file] [log] [blame]
Pali Rohárd14e2ee2022-08-03 13:00:50 +02001#include <config.h>
2
3#ifdef CONFIG_ARMADA_32BIT
4
5/ {
6 soc {
Simon Glassd3a98cb2023-02-13 08:56:33 -07007 bootph-all;
Pali Rohárd14e2ee2022-08-03 13:00:50 +02008 internal-regs {
Simon Glassd3a98cb2023-02-13 08:56:33 -07009 bootph-all;
Pali Rohárd14e2ee2022-08-03 13:00:50 +020010 };
11 };
12};
13
14&uart0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070015 bootph-all;
Pali Rohárd14e2ee2022-08-03 13:00:50 +020016};
17
Stefan Roese88e30b72022-09-15 16:20:42 +020018#ifdef CONFIG_ARMADA_375
19/* Armada 375 has multiple timers, use timer1 here */
20&timer1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070021 bootph-all;
Stefan Roese88e30b72022-09-15 16:20:42 +020022};
23#else
24&timer {
Simon Glassd3a98cb2023-02-13 08:56:33 -070025 bootph-all;
Stefan Roese88e30b72022-09-15 16:20:42 +020026};
27#endif
28
Pali Rohárd14e2ee2022-08-03 13:00:50 +020029#ifdef CONFIG_SPL_SPI
30&spi0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070031 bootph-all;
Pali Rohárd14e2ee2022-08-03 13:00:50 +020032};
33#endif
34
35#endif