Searched +full:hi3798mv200 +full:- +full:dwc3 (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/usb/hisilicon,hi3798mv200-dwc3.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: HiSilicon Hi3798MV200 DWC3 USB SoC controller10 - Yang Xiwen <forbidden405@foxmail.com>14 const: hisilicon,hi3798mv200-dwc316 '#address-cells':19 '#size-cells':26 - description: Controller bus clock[all …]
1 // SPDX-License-Identifier: GPL-2.03 * dwc3-of-simple.c - OF glue layer for simple integrations5 * Copyright (c) 2015 Texas Instruments Incorporated - https://www.ti.com9 * This is a combination of the old dwc3-qcom.c by Ivan T. Ivanov10 * <iivanov@mm-sol.com> and the original patch adding support for Xilinx' SoC18 #include <linux/dma-mapping.h>36 struct device *dev = &pdev->dev; in dwc3_of_simple_probe()37 struct device_node *np = dev->of_node; in dwc3_of_simple_probe()43 return -ENOMEM; in dwc3_of_simple_probe()46 simple->dev = dev; in dwc3_of_simple_probe()[all …]