Lines Matching +full:clock +full:- +full:xtal
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/clock/marvell,armada-3700-uart-clock.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
9 - Pali Rohár <pali@kernel.org>
13 const: marvell,armada-3700-uart-clock
17 - description: UART Clock Control Register
18 - description: UART 2 Baud Rate Divisor Register
23 "TBG-A-P", "TBG-B-P", "TBG-A-S", "TBG-B-S", "xtal"
24 UART clock can use one from this set and when more are provided
26 It is suggest to specify at least one TBG clock to achieve
27 baudrates above 230400 and also to specify clock which bootloader
28 used for UART (most probably xtal) for smooth boot log on UART.
30 clock-names:
32 - const: TBG-A-P
33 - const: TBG-B-P
34 - const: TBG-A-S
35 - const: TBG-B-S
36 - const: xtal
39 '#clock-cells':
43 - compatible
44 - reg
45 - clocks
46 - clock-names
47 - '#clock-cells'
52 - |
53 uartclk: clock-controller@12010 {
54 compatible = "marvell,armada-3700-uart-clock";
57 clock-names = "TBG-A-P", "TBG-B-P", "TBG-A-S", "TBG-B-S", "xtal";
58 #clock-cells = <1>;