Simon Glass | aa26948 | 2021-12-16 20:59:14 -0700 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause |
2 | /* | ||||
3 | * ARM Juno Platform additions for U-Boot | ||||
4 | */ | ||||
5 | |||||
6 | / { | ||||
7 | bus@8000000 { | ||||
8 | motherboard-bus@8000000 { | ||||
9 | /* | ||||
10 | * This should not be marked "disabled" in U-Boot. The | ||||
11 | * boot loader is not using some CPU idle states and | ||||
12 | * hotplug but may be very interested in accessing the | ||||
13 | * flash. | ||||
14 | */ | ||||
15 | flash@0 { | ||||
16 | status = "okay"; | ||||
17 | }; | ||||
18 | }; | ||||
19 | }; | ||||
20 | }; |