]> git.ipfire.org Git - thirdparty/u-boot.git/blob - arch/arm/dts/rk3588-rock-5b-u-boot.dtsi
Merge tag 'doc-2024-10-rc6' of https://source.denx.de/u-boot/custodians/u-boot-efi
[thirdparty/u-boot.git] / arch / arm / dts / rk3588-rock-5b-u-boot.dtsi
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2 /*
3 * Copyright (c) 2023 Collabora Ltd.
4 */
5
6 #include "rk3588-u-boot.dtsi"
7
8 &fspim2_pins {
9 bootph-pre-ram;
10 bootph-some-ram;
11 };
12
13 &sdhci {
14 cap-mmc-highspeed;
15 mmc-hs200-1_8v;
16 };
17
18 &sfc {
19 pinctrl-names = "default";
20 pinctrl-0 = <&fspim2_pins>;
21 status = "okay";
22
23 flash@0 {
24 compatible = "jedec,spi-nor";
25 reg = <0>;
26 bootph-pre-ram;
27 bootph-some-ram;
28 spi-max-frequency = <24000000>;
29 spi-rx-bus-width = <4>;
30 spi-tx-bus-width = <1>;
31 };
32 };
33
34 &u2phy0 {
35 status = "okay";
36 };
37
38 &u2phy0_otg {
39 status = "okay";
40 };
41
42 &usbdp_phy0 {
43 status = "okay";
44 };
45
46 &usb_host0_xhci {
47 dr_mode = "peripheral";
48 maximum-speed = "high-speed";
49 status = "okay";
50 };