blob: eb3d1039314f4745c81e4fcb42126c9a5dd13a2a [file] [log] [blame]
Simon Goldschmidt64a12bf2019-03-01 20:12:29 +01001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * U-Boot additions
4 *
5 * Copyright (c) 2019 Simon Goldschmidt
6 */
7/{
8 soc {
Simon Glassd3a98cb2023-02-13 08:56:33 -07009 bootph-all;
Simon Goldschmidt64a12bf2019-03-01 20:12:29 +010010 };
11};
12
Ley Foon Tana217c122019-11-08 10:38:18 +080013&clkmgr {
Simon Glassd3a98cb2023-02-13 08:56:33 -070014 bootph-all;
Ley Foon Tana217c122019-11-08 10:38:18 +080015};
16
Simon Goldschmidt64a12bf2019-03-01 20:12:29 +010017&rst {
Simon Glassd3a98cb2023-02-13 08:56:33 -070018 bootph-all;
Simon Goldschmidt64a12bf2019-03-01 20:12:29 +010019};
20
21&sdr {
Simon Glassd3a98cb2023-02-13 08:56:33 -070022 bootph-all;
Simon Goldschmidt64a12bf2019-03-01 20:12:29 +010023};
Ley Foon Tana217c122019-11-08 10:38:18 +080024
25&sysmgr {
Simon Glassd3a98cb2023-02-13 08:56:33 -070026 bootph-all;
Ley Foon Tana217c122019-11-08 10:38:18 +080027};