Searched +full:hi3798cv200 +full:- +full:perictrl (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/arm/hisilicon/controller/hi3798cv200-perictrl.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Hisilicon Hi3798CV200 Peripheral Controller10 - Wei Xu <[email protected]>13 The Hi3798CV200 Peripheral Controller controls peripherals, queries19 - const: hisilicon,hi3798cv200-perictrl20 - const: syscon21 - const: simple-mfd[all …]
4 - compatible: Should be one of the following strings:5 "hisilicon,inno-usb2-phy",6 "hisilicon,hi3798cv200-usb2-phy".7 - reg: Should be the address space for PHY configuration register in peripheral8 controller, e.g. PERI_USB0 for USB 2.0 PHY01 on Hi3798CV200 SoC.9 - clocks: The phandle and clock specifier pair for INNO USB2 PHY device11 - resets: The phandle and reset specifier pair for INNO USB2 PHY device reset13 - #address-cells: Must be 1.14 - #size-cells: Must be 0.21 - reg: The PHY port instance number.[all …]
1 // SPDX-License-Identifier: GPL-2.03 * DTS File for HiSilicon Hi3798cv200 SoC.5 * Copyright (c) 2016-2017 HiSilicon Technologies Co., Ltd.8 #include <dt-bindings/clock/histb-clock.h>9 #include <dt-bindings/gpio/gpio.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/phy/phy.h>12 #include <dt-bindings/reset/ti-syscon.h>15 compatible = "hisilicon,hi3798cv200";16 interrupt-parent = <&gic>;[all …]