Lines Matching +full:fixed +full:- +full:mode
4 - compatible: Should be "hisilicon,hi3798cv200-combphy"
5 - reg: Should be the address space for COMBPHY configuration and state
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
17 but a fixed mode setting, the property should be present to specify
18 the particular mode.
19 - hisilicon,mode-select-bits: If the phy device support mode select,
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
28 COMBPHY configuration/state and PERI_CTRL register used to select PHY mode.
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)>;