blob: 5a3073d6e7f4347e4acea34e79492d38a3974536 [file] [log] [blame]
Andy Yan43273f52024-11-04 20:23:00 +08001// 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};