Lines Matching +full:21 +full:- +full:k
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/rtc/marvell,armada-380-rtc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: RTC controller for the Armada 38x, 7K and 8K SoCs
10 - Javier Carrasco <javier.carrasco.cruz@gmail.com>
13 - $ref: rtc.yaml#
18 - marvell,armada-380-rtc
19 - marvell,armada-8k-rtc
23 - description: RTC base address size
24 - description: Base address and size of SoC related registers
26 reg-names:
28 - const: rtc
29 - const: rtc-soc
35 - compatible
36 - reg
37 - reg-names
38 - interrupts
43 - |
44 #include <dt-bindings/interrupt-controller/arm-gic.h>
47 compatible = "marvell,armada-380-rtc";
49 reg-names = "rtc", "rtc-soc";
50 interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;