// SPDX-License-Identifier: GPL-2.0 OR MIT /* * Copyright (C) 2024 DeepComputing (HK) Limited */ /dts-v1/; #include "jh7110-common.dtsi" / { model = "DeepComputing FML13V01"; compatible = "deepcomputing,fml13v01", "starfive,jh7110"; }; &mmc0 { cap-mmc-highspeed; cap-mmc-hw-reset; mmc-ddr-1_8v; mmc-hs200-1_8v; vmmc-supply = <&vcc_3v3>; vqmmc-supply = <&emmc_vdd>; }; &mmc0_pins { rst-pins { pinmux = ; bias-pull-up; drive-strength = <12>; input-disable; input-schmitt-disable; slew-rate = <0>; }; }; &mmc1 { cd-gpios = <&sysgpio 41 GPIO_ACTIVE_LOW>; disable-wp; }; &pcie1 { perst-gpios = <&sysgpio 21 GPIO_ACTIVE_LOW>; phys = <&pciephy1>; pinctrl-names = "default"; pinctrl-0 = <&pcie1_pins>; status = "okay"; }; &sysgpio { pcie1_pins: pcie1-0 { clkreq-pins { pinmux = ; bias-pull-down; drive-strength = <2>; input-enable; input-schmitt-disable; slew-rate = <0>; }; wake-pins { pinmux = ; bias-pull-up; drive-strength = <2>; input-enable; input-schmitt-disable; slew-rate = <0>; }; }; usb0_pins: usb0-0 { vbus-pins { pinmux = ; bias-disable; input-disable; input-schmitt-disable; slew-rate = <0>; }; }; }; &usb0 { dr_mode = "host"; pinctrl-names = "default"; pinctrl-0 = <&usb0_pins>; status = "okay"; }; &usb_cdns3 { phys = <&usbphy0>, <&pciephy0>; phy-names = "cdns3,usb2-phy", "cdns3,usb3-phy"; };