Home
last modified time | relevance | path

Searched +full:si5341 +full:- +full:40 +full:- +full:d +full:- +full:datasheet (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/devicetree/bindings/clock/
H A Dsilabs,si5341.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/silabs,si5341.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Mike Looijmans <mike.looijmans@topic.nl>
13 Silicon Labs Si5340, Si5341 Si5342, Si5344 and Si5345 programmable i2c clock
17 [1] Si5341 Data Sheet
18 https://www.silabs.com/documents/public/data-sheets/Si5341-40-D-DataSheet.pdf
19 [2] Si5341 Reference Manual
20 https://www.silabs.com/documents/public/reference-manuals/Si5341-40-D-RM.pdf
[all …]
/linux/drivers/clk/
H A Dclk-si5341.c1 // SPDX-License-Identifier: GPL-2.0
3 * Driver for Silicon Labs Si5340, Si5341, Si5342, Si5344 and Si5345
7 * The Si5341 has 10 outputs and 5 synthesizers.
8 * The Si5340 is a smaller version of the Si5341 with only 4 outputs.
9 * The Si5345 is similar to the Si5341, with the addition of fractional input
15 #include <linux/clk-provider.h>
127 /* Input dividers (48-bit) */
138 ((output)->data->reg_output_offset[(output)->index])
143 ((output)->data->reg_rdiv_offset[(output)->index])
220 * using only the XTAL input, without pre-divider.
[all …]