Jagan Teki | c1f0950 | 2021-04-26 18:23:46 +0530 | [diff] [blame^] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | /* |
| 3 | * Copyright (C) 2020 Jagan Teki <jagan@amarulasolutions.com> |
| 4 | */ |
| 5 | |
| 6 | &{/soc@0} { |
| 7 | u-boot,dm-pre-reloc; |
| 8 | u-boot,dm-spl; |
| 9 | }; |
| 10 | |
| 11 | &aips1 { |
| 12 | u-boot,dm-spl; |
| 13 | u-boot,dm-pre-reloc; |
| 14 | }; |
| 15 | |
| 16 | &aips2 { |
| 17 | u-boot,dm-spl; |
| 18 | }; |
| 19 | |
| 20 | &aips3 { |
| 21 | u-boot,dm-spl; |
| 22 | }; |
| 23 | |
| 24 | &clk { |
| 25 | u-boot,dm-spl; |
| 26 | u-boot,dm-pre-reloc; |
| 27 | /delete-property/ assigned-clocks; |
| 28 | /delete-property/ assigned-clock-parents; |
| 29 | /delete-property/ assigned-clock-rates; |
| 30 | }; |
| 31 | |
| 32 | &iomuxc { |
| 33 | u-boot,dm-spl; |
| 34 | }; |
| 35 | |
| 36 | &osc_24m { |
| 37 | u-boot,dm-spl; |
| 38 | u-boot,dm-pre-reloc; |
| 39 | }; |