blob: 74755a44eaee42bb74e94b904ecc2e0292c20099 [file] [log] [blame]
Jonas Karlman1f54f712023-07-30 12:30:26 +00001// SPDX-License-Identifier: GPL-2.0+
2
3#include "rk356x-u-boot.dtsi"
4
Jonas Karlman1f54f712023-07-30 12:30:26 +00005&pcie3x1 {
Jonas Karlmande7f4bb2023-08-02 19:34:57 +00006 pinctrl-0 = <&pcie30x1_reset_h>;
7};
8
9&pinctrl {
10 pcie {
11 pcie30x1_reset_h: pcie30x1-reset-h {
12 rockchip,pins = <0 RK_PC3 RK_FUNC_GPIO &pcfg_pull_none>;
13 };
14 };
Jonas Karlman1f54f712023-07-30 12:30:26 +000015};
16
17&sdhci {
18 cap-mmc-highspeed;
Jonas Karlman1f54f712023-07-30 12:30:26 +000019 mmc-hs200-1_8v;
20 mmc-hs400-1_8v;
21 mmc-hs400-enhanced-strobe;
22};
23
Jonas Karlman1f54f712023-07-30 12:30:26 +000024&usb_host0_xhci {
25 dr_mode = "host";
26};