Paul Barker | b9829e9 | 2022-11-14 12:42:42 +0000 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /* | ||||
3 | * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/ | ||||
4 | * Copyright (C) 2021 SanCloud Ltd | ||||
5 | */ | ||||
6 | |||||
7 | #include "am335x-sancloud-bbe-u-boot.dtsi" | ||||
8 | |||||
9 | &l4_wkup { | ||||
10 | segment@200000 { | ||||
11 | target-module@0 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 12 | bootph-all; |
Paul Barker | b9829e9 | 2022-11-14 12:42:42 +0000 | [diff] [blame] | 13 | }; |
14 | }; | ||||
15 | }; | ||||
16 | |||||
17 | &prcm { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 18 | bootph-all; |
Paul Barker | b9829e9 | 2022-11-14 12:42:42 +0000 | [diff] [blame] | 19 | }; |
20 | |||||
21 | &per_cm { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 22 | bootph-all; |
Paul Barker | b9829e9 | 2022-11-14 12:42:42 +0000 | [diff] [blame] | 23 | }; |
24 | |||||
25 | &l4ls_clkctrl { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 26 | bootph-all; |
Paul Barker | b9829e9 | 2022-11-14 12:42:42 +0000 | [diff] [blame] | 27 | }; |
28 | |||||
29 | &l4_per { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 30 | bootph-all; |
Paul Barker | b9829e9 | 2022-11-14 12:42:42 +0000 | [diff] [blame] | 31 | segment@0 { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 32 | bootph-all; |
Paul Barker | b9829e9 | 2022-11-14 12:42:42 +0000 | [diff] [blame] | 33 | target-module@30000 { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 34 | bootph-all; |
Paul Barker | b9829e9 | 2022-11-14 12:42:42 +0000 | [diff] [blame] | 35 | }; |
36 | }; | ||||
37 | }; | ||||
38 | |||||
39 | &spi0 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 40 | bootph-all; |
Paul Barker | b9829e9 | 2022-11-14 12:42:42 +0000 | [diff] [blame] | 41 | channel@0 { |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 42 | bootph-all; |
Paul Barker | b9829e9 | 2022-11-14 12:42:42 +0000 | [diff] [blame] | 43 | }; |
44 | }; |