Searched +full:spi +full:- +full:4 +full:wire +full:- +full:rdbk (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Liam Beguin <liambeguin@gmail.com>21 - ti,lmk0483226 '#address-cells':29 '#size-cells':32 '#clock-cells':35 spi-max-frequency:40 - description: PLL2 reference clock.[all …]
1 // SPDX-License-Identifier: GPL-2.03 * LMK04832 Ultra Low-Noise JESD204B Compliant Clock Jitter Cleaner14 #include <linux/clk-provider.h>20 #include <linux/spi/spi.h>22 /* 0x000 - 0x00d System Functions */25 #define LMK04832_BIT_SPI_3WIRE_DIS BIT(4)34 /* 0x100 - 0x137 Device Clock and SYSREF Clock Output Control */41 #define LMK04832_BIT_DCLKX_Y_DDLY_PD BIT(4)47 #define LMK04832_BIT_DCLKX_Y_PD BIT(4)51 #define LMK04832_BIT_SCLK_PD BIT(4)[all …]