Searched +full:cx92755 +full:- +full:usart (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/serial/ |
| H A D | cnxt,cx92755-usart.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/serial/cnxt,cx92755-usart.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Conexant Digicolor USART 10 - Baruch Siach <baruch@tkos.co.il> 13 Note: this binding is only applicable for using the USART peripheral as UART. 14 USART also support synchronous serial protocols like SPI and I2S. 18 - $ref: /schemas/serial/serial.yaml# 22 const: cnxt,cx92755-usart [all …]
|
| H A D | digicolor-usart.txt | 1 Binding for Conexant Digicolor USART 3 Note: this binding is only applicable for using the USART peripheral as 4 UART. USART also support synchronous serial protocols like SPI and I2S. Use 8 - compatible : should be "cnxt,cx92755-usart". 9 - reg: Should contain USART controller registers location and length. 10 - interrupts: Should contain a single USART controller interrupt. 11 - clocks: Must contain phandles to the USART clock 12 See ../clocks/clock-bindings.txt for details. 23 compatible = "cnxt,cx92755-usart";
|
| /freebsd/sys/contrib/device-tree/src/arm/cnxt/ |
| H A D | cx92755.dtsi | 2 * Device Tree Include file for the Conexant Digicolor CX92755 SoC 8 * This file is dual-licensed: you can use it either under the terms 48 #address-cells = <1>; 49 #size-cells = <1>; 50 compatible = "cnxt,cx92755"; 52 interrupt-parent = <&intc>; 55 #address-cells = <1>; 56 #size-cells = <0>; 59 compatible = "arm,cortex-a8"; 65 compatible = "fixed-clock"; [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | cnxt,cx92755-pinctrl.txt | 1 Conexant Digicolor CX92755 General Purpose Pin Mapping 4 modules in the Conexant Digicolor CX92755 SoCs. The CX92755 in one of the 11 - compatible: Must be "cnxt,cx92755-pinctrl" 12 - reg: Base address of the General Purpose Pin Mapping register block and the 14 - gpio-controller: Marks the device node as a GPIO controller. 15 - #gpio-cells: Must be <2>. The first cell is the pin number and the 16 second cell is used to specify flags. See include/dt-bindings/gpio/gpio.h 22 compatible = "cnxt,cx92755-pinctrl"; 24 gpio-controller; 25 #gpio-cells = <2>; [all …]
|