:orphan: .. raw:: html .. dtcompatible:: st,stm32n6-ic-clock-mux .. _dtbinding_st_stm32n6_ic_clock_mux: st,stm32n6-ic-clock-mux ####################### Vendor: :ref:`STMicroelectronics N.V. ` Description *********** .. code-block:: none STM32N6 Divider IC multiplexer. This node selects a clock input and a divider. For instance: &ic6 { pll-src = <2>; div = <16>; status = "okay"; }; Properties ********** .. tabs:: .. group-tab:: Node specific properties Properties not inherited from the base binding file. .. list-table:: :widths: 1 1 4 :header-rows: 1 * - Name - Type - Details * - ``pll-src`` - ``int`` - .. code-block:: none PLL clock source This property is **required**. Legal values: ``1``, ``2``, ``3``, ``4`` * - ``ic-div`` - ``int`` - .. code-block:: none ICx integer division factor The input ICx frequency is divided by the specified value Valid range: 1 - 256 .. group-tab:: Deprecated node specific properties Deprecated properties not inherited from the base binding file. (None) .. group-tab:: Base properties Properties inherited from the base binding file, which defines common properties that may be set on many nodes. Not all of these may apply to the "st,stm32n6-ic-clock-mux" compatible. (None)