Andy Yan | 43273f5 | 2024-11-04 20:23:00 +0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0+ OR MIT) |
2 | |||||
3 | #include "rk3588-u-boot.dtsi" | ||||
4 | |||||
5 | &fspim2_pins { | ||||
6 | bootph-pre-ram; | ||||
7 | bootph-some-ram; | ||||
8 | }; | ||||
9 | |||||
10 | &sfc { | ||||
11 | flash@0 { | ||||
12 | bootph-pre-ram; | ||||
13 | bootph-some-ram; | ||||
14 | }; | ||||
15 | }; | ||||
16 | |||||
17 | /* USB A out */ | ||||
18 | &usb_host1_xhci { | ||||
19 | snps,dis_u3_susphy_quirk; | ||||
20 | }; |