Lines Matching +full:clock +full:- +full:master
2 -----------------------------------------
4 The MAX2175 IC is an advanced analog/digital hybrid-radio receiver with
5 RF to Bits® front-end designed for software-defined radio solutions.
8 --------------------
9 - compatible: "maxim,max2175" for MAX2175 RF-to-bits tuner.
10 - clocks: clock specifier.
11 - port: child port node corresponding to the I2S output, in accordance with
13 Documentation/devicetree/bindings/media/video-interfaces.txt. The port
17 --------------------
18 - maxim,master : phandle to the master tuner if it is a slave. This
20 (1 master, 1 slave). By default each tuner is an
21 individual master.
22 - maxim,refout-load : load capacitance value (in picofarads) on reference
24 0 (default - refout disabled)
31 - maxim,am-hiz-filter : empty property indicates the AM Hi-Z filter is used
35 --------
39 /* Fixed XTAL clock node */
40 maxim_xtal: clock {
41 compatible = "fixed-clock";
42 #clock-cells = <0>;
43 clock-frequency = <36864000>;
51 maxim,refout-load = <10>;
55 remote-endpoint = <&slave_rx_device>;