Lines Matching +full:clock +full:- +full:specifier
10 It must be the parent node of all the sub-device nodes.
13 - compatible: should be "zte,zx296718-vou"
14 - #address-cells: should be <1>
15 - #size-cells: should be <1>
16 - ranges: list of address translations between VOU and sub-devices
21 - compatible: should be "zte,zx296718-dpc"
22 - reg: Physical base address and length of DPC register regions, one for each
23 entry in 'reg-names'
24 - reg-names: The names of register regions. The following regions are required:
30 - interrupts: VOU DPC interrupt number to CPU
31 - clocks: A list of phandle + clock-specifier pairs, one for each entry
32 in 'clock-names'
33 - clock-names: A list of clock names. The following clocks are required:
42 - compatible: should be "zte,zx296718-hdmi"
43 - reg: Physical base address and length of the HDMI device IO region
44 - interrupts : HDMI interrupt number to CPU
45 - clocks: A list of phandle + clock-specifier pairs, one for each entry
46 in 'clock-names'
47 - clock-names: A list of clock names. The following clocks are required:
55 - compatible: should be "zte,zx296718-tvenc"
56 - reg: Physical base address and length of the TVENC device IO region
57 - zte,tvenc-power-control: the phandle to SYSCTRL block followed by two
64 - compatible: should be "zte,zx296718-vga"
65 - reg: Physical base address and length of the VGA device IO region
66 - interrupts : VGA interrupt number to CPU
67 - clocks: Phandle with clock-specifier pointing to VGA I2C clock.
68 - clock-names: Must be "i2c_wclk".
69 - zte,vga-power-control: the phandle to SYSCTRL block followed by two
76 compatible = "zte,zx296718-vou";
77 #address-cells = <1>;
78 #size-cells = <1>;
82 compatible = "zte,zx296718-dpc";
86 reg-names = "osd", "timing_ctrl",
92 clock-names = "aclk", "ppu_wclk",
97 compatible = "zte,zx296718-vga";
101 clock-names = "i2c_wclk";
102 zte,vga-power-control = <&sysctrl 0x170 0xe0>;
106 compatible = "zte,zx296718-hdmi";
112 clock-names = "osc_cec", "osc_clk", "xclk";
116 compatible = "zte,zx296718-tvenc";
118 zte,tvenc-power-control = <&sysctrl 0x170 0x10>;