Searched +full:mt2712 +full:- +full:rtc (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/rtc/mediatek,mt2712-rtc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: MediaTek MT2712 on-SoC RTC10 - $ref: rtc.yaml#13 - Ran Bi <ran.bi@mediatek.com>17 const: mediatek,mt2712-rtc26 - reg27 - interrupts[all …]
1 Device-Tree bindings for MediaTek SoC based RTC4 - compatible : Should be "mediatek,mt2712-rtc" : for MT2712 SoC5 - reg : Specifies base physical address and size of the registers;6 - interrupts : Should contain the interrupt for RTC alarm;10 rtc: rtc@10011000 {11 compatible = "mediatek,mt2712-rtc";
5 * SPDX-License-Identifier: (GPL-2.0 OR MIT)8 #include <dt-bindings/clock/mt2712-clk.h>9 #include <dt-bindings/interrupt-controller/irq.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/memory/mt2712-larb-port.h>12 #include <dt-bindings/phy/phy.h>13 #include <dt-bindings/power/mt2712-power.h>14 #include "mt2712-pinfunc.h"17 compatible = "mediatek,mt2712";18 interrupt-parent = <&sysirq>;[all …]