Searched +full:using +full:- +full:a +full:- +full:uart +full:- +full:to +full:- +full:implement +full:- +full:a +full:- +full:1 +full:wire +full:- +full:bus +full:- +full:master (Results 1 – 2 of 2) sorted by relevance
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 …]
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-drain17 mode. The timing patterns are generated by a specific combination of[all …]