Lines Matching +full:peripheral +full:- +full:controller
4 - compatible: Should be "hisilicon,hi3798cv200-combphy"
5 - reg: Should be the address space for COMBPHY configuration and state
6 registers in peripheral controller, e.g. PERI_COMBPHY0_CFG and
8 - #phy-cells: Should be 1. The cell number is used to select the phy mode
9 as defined in <dt-bindings/phy/phy.h>.
10 - clocks: The phandle to clock provider and clock specifier pair.
11 - resets: The phandle to reset controller and reset specifier pair.
13 Refer to phy/phy-bindings.txt for the generic PHY binding properties.
16 - hisilicon,fixed-mode: If the phy device doesn't support mode select
19 - hisilicon,mode-select-bits: If the phy device support mode select,
21 peripheral controller, as a 3 integers tuple:
25 - Between hisilicon,fixed-mode and hisilicon,mode-select-bits, one and only
27 - The device node should be a child of peripheral controller that contains
29 Refer to arm/hisilicon/hisilicon.txt for the parent peripheral controller
34 perictrl: peripheral-controller@8a20000 {
35 compatible = "hisilicon,hi3798cv200-perictrl", "syscon",
36 "simple-mfd";
38 #address-cells = <1>;
39 #size-cells = <1>;
43 compatible = "hisilicon,hi3798cv200-combphy";
45 #phy-cells = <1>;
48 hisilicon,fixed-mode = <PHY_TYPE_USB3>;
52 compatible = "hisilicon,hi3798cv200-combphy";
54 #phy-cells = <1>;
57 hisilicon,mode-select-bits = <0x0008 11 (0x3 << 11)>;