Searched full:hi3670 (Results 1 – 22 of 22) sorted by relevance
/Linux-v6.6/Documentation/devicetree/bindings/clock/ |
D | hi3670-clock.txt | 1 * Hisilicon Hi3670 Clock Controller 3 The Hi3670 clock controller generates and supplies clock to various 4 controllers within the Hi3670 SoC. 11 - "hisilicon,hi3670-crgctrl" 12 - "hisilicon,hi3670-pctrl" 13 - "hisilicon,hi3670-pmuctrl" 14 - "hisilicon,hi3670-sctrl" 15 - "hisilicon,hi3670-iomcu" 16 - "hisilicon,hi3670-media1-crg" 17 - "hisilicon,hi3670-media2-crg" [all …]
|
/Linux-v6.6/drivers/phy/hisilicon/ |
D | Kconfig | 27 tristate "hi3670 USB PHY support" 32 Enable this to support the HISILICON HI3670 USB PHY. 37 tristate "hi3670 PCIe PHY support" 42 Enable this to support the HiSilicon hi3670 PCIe PHY.
|
D | Makefile | 4 obj-$(CONFIG_PHY_HI3670_USB) += phy-hi3670-usb3.o 5 obj-$(CONFIG_PHY_HI3670_PCIE) += phy-hi3670-pcie.o
|
D | phy-hi3670-pcie.c | 75 /* hi3670 pciephy register */ 730 * CLK_IS_CRITICAL at clk-hi3670 driver, as powering such clocks off in hi3670_pcie_phy_power_off() 732 * While clk-hi3670 is not fixed, we cannot risk disabling clocks here. in hi3670_pcie_phy_power_off() 751 phy->crgctrl = syscon_regmap_lookup_by_compatible("hisilicon,hi3670-crgctrl"); in hi3670_pcie_phy_get_resources() 755 phy->sysctrl = syscon_regmap_lookup_by_compatible("hisilicon,hi3670-sctrl"); in hi3670_pcie_phy_get_resources() 759 phy->pmctrl = syscon_regmap_lookup_by_compatible("hisilicon,hi3670-pmctrl"); in hi3670_pcie_phy_get_resources()
|
D | phy-hi3670-usb3.c | 621 /* node of hi3670 phy is a sub-node of usb3_otg_bc */ in hi3670_phy_probe() 646 { .compatible = "hisilicon,hi3670-usb-phy" }, 654 .name = "hi3670-usb-phy",
|
/Linux-v6.6/Documentation/devicetree/bindings/ufs/ |
D | hisilicon,ufs.yaml | 19 - hisilicon,hi3670-ufs 34 - hisilicon,hi3670-ufs 68 #include <dt-bindings/clock/hi3670-clock.h> 76 compatible = "hisilicon,hi3670-ufs", "jedec,ufs-2.1";
|
/Linux-v6.6/Documentation/devicetree/bindings/arm/hisilicon/ |
D | hisilicon.yaml | 23 - description: Hi3670 based boards. 25 - const: hisilicon,hi3670-hikey970 26 - const: hisilicon,hi3670
|
/Linux-v6.6/arch/arm64/boot/dts/hisilicon/ |
D | hi3670.dtsi | 3 * dts file for Hisilicon Hi3670 SoC 10 #include <dt-bindings/clock/hi3670-clock.h> 13 compatible = "hisilicon,hi3670"; 149 compatible = "hisilicon,hi3670-crgctrl", "syscon"; 155 compatible = "hisilicon,hi3670-reset", 162 compatible = "hisilicon,hi3670-pctrl", "syscon"; 168 compatible = "hisilicon,hi3670-pmuctrl", "syscon"; 174 compatible = "hisilicon,hi3670-sctrl", "syscon"; 180 compatible = "hisilicon,hi3670-iomcu", "syscon"; 186 compatible = "hisilicon,hi3670-media1-crg", "syscon"; [all …]
|
D | Makefile | 3 dtb-$(CONFIG_ARCH_HISI) += hi3670-hikey970.dtb
|
D | hi3670-hikey970.dts | 13 #include "hi3670.dtsi" 19 compatible = "hisilicon,hi3670-hikey970", "hisilicon,hi3670";
|
/Linux-v6.6/Documentation/devicetree/bindings/phy/ |
D | hisilicon,hi3670-usb3.yaml | 4 $id: http://devicetree.org/schemas/phy/hisilicon,hi3670-usb3.yaml# 17 const: hisilicon,hi3670-usb-phy 57 compatible = "hisilicon,hi3670-usb-phy";
|
D | hisilicon,phy-hi3670-pcie.yaml | 4 $id: http://devicetree.org/schemas/phy/hisilicon,phy-hi3670-pcie.yaml# 62 #include <dt-bindings/clock/hi3670-clock.h>
|
/Linux-v6.6/drivers/clk/hisilicon/ |
D | Kconfig | 34 bool "Hi3670 Clock Driver" 38 Build the clock driver for hi3670.
|
D | clk-hi3670.c | 10 #include <dt-bindings/clock/hi3670-clock.h> 972 { .compatible = "hisilicon,hi3670-crgctrl", 974 { .compatible = "hisilicon,hi3670-pctrl", 976 { .compatible = "hisilicon,hi3670-pmuctrl", 978 { .compatible = "hisilicon,hi3670-sctrl", 980 { .compatible = "hisilicon,hi3670-iomcu", 982 { .compatible = "hisilicon,hi3670-media1-crg", 984 { .compatible = "hisilicon,hi3670-media2-crg", 1007 .name = "hi3670-clk",
|
D | Makefile | 15 obj-$(CONFIG_COMMON_CLK_HI3670) += clk-hi3670.o
|
/Linux-v6.6/Documentation/devicetree/bindings/reset/ |
D | hisilicon,hi3660-reset.yaml | 16 hi3660 and hi3670 SoCs. 24 - const: hisilicon,hi3670-reset
|
/Linux-v6.6/Documentation/devicetree/bindings/mmc/ |
D | k3-dw-mshc.txt | 16 - "hisilicon,hi3670-dw-mshc", "hisilicon,hi3660-dw-mshc": for controllers 17 with hi3670 specific extensions.
|
/Linux-v6.6/drivers/ufs/host/ |
D | ufs-hisi.c | 536 /* Add cap for 10nm PHY variant on HI3670 SoC */ in ufs_hi3670_init() 553 .name = "hi3670", 563 { .compatible = "hisilicon,hi3670-ufs", .data = &ufs_hba_hi3670_vops },
|
/Linux-v6.6/drivers/usb/dwc3/ |
D | dwc3-of-simple.c | 175 { .compatible = "hisilicon,hi3670-dwc3" },
|
/Linux-v6.6/Documentation/devicetree/bindings/pci/ |
D | hisilicon,kirin-pcie.yaml | 69 #include <dt-bindings/clock/hi3670-clock.h>
|
/Linux-v6.6/include/dt-bindings/clock/ |
D | hi3670-clock.h | 3 * Device Tree binding constants for HiSilicon Hi3670 SoC
|
/Linux-v6.6/ |
D | MAINTAINERS | 22227 F: Documentation/devicetree/bindings/phy/hisilicon,hi3670-usb3.yaml 22228 F: drivers/phy/hisilicon/phy-hi3670-usb3.c
|