Searched +full:rtl9302 +full:- +full:timer (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/timer/realtek,otto-timer.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Realtek Otto SoCs Timer/Counter14 - Chris Packham <chris.packham@alliedtelesis.co.nz>18 pattern: "^timer@[0-9a-f]+$"22 - enum:23 - realtek,rtl9302-timer24 - const: realtek,otto-timer[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later OR BSD-2-Clause6 compatible = "realtek,rtl9302-soc";9 #address-cells = <1>;10 #size-cells = <0>;17 clock-names = "cpu";21 baseclk: clock-800mhz {22 compatible = "fixed-clock";23 #clock-cells = <0>;24 clock-frequency = <800000000>;27 lx_clk: clock-175mhz {[all …]
1 # SPDX-License-Identifier: GPL-2.0-only36 bool "BCM2835 timer driver" if COMPILE_TEST39 Enables the support for the BCM2835 timer driver.42 bool "BCM mobile timer driver" if COMPILE_TEST45 Enables the support for the BCM Kona mobile timer driver.48 bool "Texas Instruments DaVinci timer driver" if COMPILE_TEST50 Enables the support for the TI DaVinci timer driver.53 bool "Digicolor timer driver" if COMPILE_TEST57 Enables the support for the digicolor timer driver.60 bool "OMAP dual-mode timer driver" if ARCH_K3 || COMPILE_TEST[all …]