Searched +full:s500 +full:- +full:timer (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/contrib/device-tree/src/arm/actions/ |
| H A D | owl-s500.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 * Actions Semi S500 SoC 5 * Copyright (c) 2016-2017 Andreas Färber 8 #include <dt-bindings/clock/actions,s500-cmu.h> 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include <dt-bindings/power/owl-s500-powergate.h> 12 #include <dt-bindings/reset/actions,s500-reset.h> 15 compatible = "actions,s500"; 16 interrupt-parent = <&gic>; [all …]
|
| H A D | owl-s500-guitar.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 5 * Copyright (c) 2016-2017 Andreas Färber 8 #include "owl-s500.dtsi" 11 compatible = "lemaker,guitar", "actions,s500"; 19 &timer {
|
| H A D | owl-s500-labrador-v2.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 5 * Copyright (c) 2019-2020 Matheus Castello 8 #include "owl-s500.dtsi" 12 compatible = "caninos,labrador-v2", "actions,s500"; 20 &timer {
|
| H A D | owl-s500-cubieboard6.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 /dts-v1/; 10 #include "owl-s500.dtsi" 13 compatible = "cubietech,cubieboard6", "actions,s500"; 21 stdout-path = "serial3:115200n8"; 30 &timer {
|
| H A D | owl-s500-sparky.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 /dts-v1/; 10 #include "owl-s500.dtsi" 13 compatible = "allo,sparky", "actions,s500"; 21 stdout-path = "serial3:115200n8"; 30 &timer {
|
| H A D | owl-s500-roseapplepi.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 5 * Copyright (C) 2020-2021 Cristian Ciocaltea <cristian.ciocaltea@gmail.com> 8 /dts-v1/; 10 #include "owl-s500.dtsi" 13 compatible = "roseapplepi,roseapplepi", "actions,s500"; 22 stdout-path = "serial2:115200n8"; 30 syspwr: regulator-5v0 { 31 compatible = "regulator-fixed"; 32 regulator-name = "SYSPWR"; 33 regulator-min-microvolt = <5000000>; [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/timer/ |
| H A D | actions,owl-timer.txt | 1 Actions Semi Owl Timer 4 - compatible : "actions,s500-timer" for S500 5 "actions,s700-timer" for S700 6 "actions,s900-timer" for S900 7 - reg : Offset and length of the register set for the device. 8 - interrupts : Should contain the interrupts. 9 - interrupt-names : Valid names are: "2hz0", "2hz1", 11 See ../resource-names.txt 15 timer@b0168000 { 16 compatible = "actions,s500-timer"; [all …]
|
| H A D | actions,owl-timer.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/timer/actions,owl-timer.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Actions Semi Owl timer 10 - Andreas Färber <afaerber@suse.de> 14 The 32bit timers support dynamic irq, as well as one-shot mode. 19 - actions,s500-timer 20 - actions,s700-timer 21 - actions,s900-timer [all …]
|