Maxim Moskalets | 6bb0c9e | 2024-08-08 22:37:10 +0300 | [diff] [blame] | 1 | // 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 | }; |