Searched +full:si5341 +full:- +full:40 +full:- +full:d +full:- +full:datasheet (Results 1 – 2 of 2) sorted by relevance
1 # 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 clock17 [1] Si5341 Data Sheet18 https://www.silabs.com/documents/public/data-sheets/Si5341-40-D-DataSheet.pdf19 [2] Si5341 Reference Manual20 https://www.silabs.com/documents/public/reference-manuals/Si5341-40-D-RM.pdf[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Driver for Silicon Labs Si5340, Si5341, Si5342, Si5344 and Si53457 * 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 input15 #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 …]