Searched +full:refin1 +full:- +full:supply (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---6 $schema: http://devicetree.org/meta-schemas/core.yaml#11 - Cosmin Tanislav <cosmin.tanislav@analog.com>15 https://www.analog.com/media/en/technical-documentation/data-sheets/AD4130-8.pdf20 - adi,ad413029 clock-names:31 - const: mclk36 interrupt-names:42 - int[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright 2011-2015 Analog Devices Inc.12 #include <linux/clk-provider.h>36 #define AD7192_REG_COMM 0 /* Communications Register (WO, 8-bit) */37 #define AD7192_REG_STAT 0 /* Status Register (RO, 8-bit) */38 #define AD7192_REG_MODE 1 /* Mode Register (RW, 24-bit */39 #define AD7192_REG_CONF 2 /* Configuration Register (RW, 24-bit) */40 #define AD7192_REG_DATA 3 /* Data Register (RO, 24/32-bit) */41 #define AD7192_REG_ID 4 /* ID Register (RO, 8-bit) */42 #define AD7192_REG_GPOCON 5 /* GPOCON Register (RO, 8-bit) */[all …]