Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
Marek Vasut | f9d7321 | 2018-01-10 11:47:03 +0100 | [diff] [blame] | 2 | /* |
3 | * Device Tree Source extras for U-Boot on RCar Gen3 | ||||
4 | * | ||||
5 | * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> | ||||
Marek Vasut | f9d7321 | 2018-01-10 11:47:03 +0100 | [diff] [blame] | 6 | */ |
7 | |||||
8 | / { | ||||
9 | soc { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 10 | bootph-all; |
Marek Vasut | f9d7321 | 2018-01-10 11:47:03 +0100 | [diff] [blame] | 11 | }; |
12 | }; | ||||
13 | |||||
14 | &cpg { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 15 | bootph-all; |
Marek Vasut | f9d7321 | 2018-01-10 11:47:03 +0100 | [diff] [blame] | 16 | }; |
17 | |||||
18 | &extal_clk { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 19 | bootph-all; |
Marek Vasut | f9d7321 | 2018-01-10 11:47:03 +0100 | [diff] [blame] | 20 | }; |
21 | |||||
22 | &prr { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 23 | bootph-all; |
Marek Vasut | f9d7321 | 2018-01-10 11:47:03 +0100 | [diff] [blame] | 24 | }; |