summaryrefslogtreecommitdiff
path: root/arch/arm/dts/juno-r2-u-boot.dtsi
blob: 72790666bb8bbb1afb371665b35e6f52935cae16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
/*
 * ARM Juno Platform additions for U-Boot
 */

/ {
	bus@8000000 {
		motherboard-bus@8000000 {
			/*
			 * This should not be marked "disabled" in U-Boot. The
			 * boot loader is not using some CPU idle states and
			 * hotplug but may be very interested in accessing the
			 * flash.
			 */
			flash@0 {
				status = "okay";
			};
		};
	};
};