Searched +full:w1 +full:- +full:uart (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/w1/w1-uart.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: UART 1-Wire Bus10 - Christoph Winklhofer <cj.winklhofer@gmail.com>13 UART 1-wire bus. Utilizes the UART interface via the Serial Device Bus14 to create the 1-Wire timing patterns.16 The UART peripheral must support full-duplex and operate in open-drain18 baud-rate and transmitted byte, which corresponds to a 1-Wire read bit,[all …]
1 . SPDX-License-Identifier: GPL-2.04 1-wire Master Drivers12 mxc-w113 omap-hdq14 w1-gpio15 w1-uart
1 .. SPDX-License-Identifier: GPL-2.0-or-later4 Kernel driver w1-uart11 -----------13 UART 1-Wire bus driver. The driver utilizes the UART interface via the14 Serial Device Bus to create the 1-Wire timing patterns as described in15 the document `"Using a UART to Implement a 1-Wire Bus Master"`_.17 .. _"Using a UART to Implement a 1-Wire Bus Master": https://www.analog.com/en/technical-articles/u…19 In short, the UART peripheral must support full-duplex and operate in20 open-drain mode. The timing patterns are generated by a specific21 combination of baud-rate and transmitted byte, which corresponds to a[all …]