blob: f4124aa48fc40d7fc079c30ffa489bfdb57632bf [file] [log] [blame]
Maxim Moskalets6bb0c9e2024-08-08 22:37:10 +03001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2
3#include "rk356x-u-boot.dtsi"
4
5&sfc {
6 flash@0 {
7 bootph-pre-ram;
8 bootph-some-ram;
9 };
10};
11
12/ {
13 leds {
14 led-0 {
15 default-state = "on";
16 };
17 };
18};