Searched +full:vt8500 +full:- +full:uart (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/device-tree/src/arm/vt8500/ |
H A D | wm8505.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * wm8505.dtsi - Device tree file for Wondermedia WM8505 SoC 9 #address-cells = <1>; 10 #size-cells = <1>; 14 #address-cells = <0>; 15 #size-cells = <0>; 19 compatible = "arm,arm926ej-s"; 38 #address-cells = <1>; 39 #size-cells = <1>; 40 compatible = "simple-bus"; [all …]
|
H A D | wm8750.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * wm8750.dtsi - Device tree file for Wondermedia WM8750 SoC 9 #address-cells = <1>; 10 #size-cells = <1>; 14 #address-cells = <0>; 15 #size-cells = <0>; 40 #address-cells = <1>; 41 #size-cells = <1>; 42 compatible = "simple-bus"; 44 interrupt-parent = <&intc0>; [all …]
|
H A D | vt8500.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * vt8500.dtsi - Device tree file for VIA VT8500 SoC 9 #address-cells = <1>; 10 #size-cells = <1>; 11 compatible = "via,vt8500"; 14 #address-cells = <0>; 15 #size-cells = <0>; 19 compatible = "arm,arm926ej-s"; 36 #address-cells = <1>; 37 #size-cells = <1>; [all …]
|
H A D | wm8850.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * wm8850.dtsi - Device tree file for Wondermedia WM8850 SoC 9 #address-cells = <1>; 10 #size-cells = <1>; 14 #address-cells = <1>; 15 #size-cells = <0>; 19 compatible = "arm,cortex-a9"; 37 #address-cells = <1>; 38 #size-cells = <1>; 39 compatible = "simple-bus"; [all …]
|
H A D | wm8650.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * wm8650.dtsi - Device tree file for Wondermedia WM8650 SoC 9 #address-cells = <1>; 10 #size-cells = <1>; 14 #address-cells = <0>; 15 #size-cells = <0>; 19 compatible = "arm,arm926ej-s"; 34 #address-cells = <1>; 35 #size-cells = <1>; 36 compatible = "simple-bus"; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/serial/ |
H A D | via,vt8500-uart.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/serial/via,vt8500-uart.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: VIA VT8500 and WonderMedia WM8xxx UART Controller 11 - Alexey Charkov <alchark@gmail.com> 14 - $ref: serial.yaml 19 - via,vt8500-uart # up to WM8850/WM8950 20 - wm,wm8880-uart # for WM8880 and later 32 - compatible [all …]
|
H A D | vt8500-uart.txt | 1 * VIA VT8500 and WonderMedia WM8xxx UART Controller 4 - compatible: should be "via,vt8500-uart" (for VIA/WonderMedia chips up to and 5 including WM8850/WM8950), or "wm,wm8880-uart" (for WM8880 and later) 7 - reg: base physical address of the controller and length of memory mapped 10 - interrupts: hardware interrupt number 12 - clocks: shall be the input parent clock phandle for the clock. This should 23 compatible = "via,vt8500-uart";
|