Searched +full:ds2482 +full:- +full:800 (Results 1 – 3 of 3) sorted by relevance
2 Kernel driver ds24827 * Maxim DS2482-100, Maxim DS2482-8009 Prefix: 'ds2482'15 - http://datasheets.maxim-ic.com/en/ds/DS2482-100.pdf16 - http://datasheets.maxim-ic.com/en/ds/DS2482-800.pdf22 -----------24 The Maxim/Dallas Semiconductor DS2482 is a I2C device that provides25 one (DS2482-100) or eight (DS2482-800) 1-wire busses.29 ---------------38 $ modprobe ds2482[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * ds2482.c - provides i2c to w1-master bridge(s)6 * The DS2482 is a sensor chip made by Dallas Semiconductor (Maxim).7 * It is a I2C to 1-wire bridge.8 * There are two variations: -100 and -800, which have 1 or 8 1-wire ports.10 * http://www.maxim-ic.com/quick_view2.cfm/qv_pk/438224 * Note from the DS2482 datasheet:25 * The APU bit controls whether an active pullup (controlled slew-rate27 * a 1-Wire line from low to high. When APU = 0, active pullup is disabled29 * only a single slave on the 1-Wire line.[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/w1/maxim,ds2482.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Stefan Wahren <stefan.wahren@chargebyte.com>13 I2C to 1-wire bridges15 https://www.analog.com/media/en/technical-documentation/data-sheets/ds2482-100.pdf16 https://www.analog.com/media/en/technical-documentation/data-sheets/DS2482-800.pdf17 https://www.analog.com/media/en/technical-documentation/data-sheets/DS2484.pdf22 - maxim,ds2482[all …]