summaryrefslogtreecommitdiff
path: root/arch/arm/dts/rk3566-rock-3c-u-boot.dtsi
blob: f4124aa48fc40d7fc079c30ffa489bfdb57632bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)

#include "rk356x-u-boot.dtsi"

&sfc {
	flash@0 {
		bootph-pre-ram;
		bootph-some-ram;
	};
};

/ {
	leds {
		led-0 {
			default-state = "on";
		};
	};
};