Home
last modified time | relevance | path

Searched full:s700 (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/linux/arch/arm64/boot/dts/actions/
H A Ds700.dtsi6 #include <dt-bindings/clock/actions,s700-cmu.h>
8 #include <dt-bindings/power/owl-s700-powergate.h>
9 #include <dt-bindings/reset/actions,s700-reset.h>
12 compatible = "actions,s700";
173 compatible = "actions,s700-cmu";
181 compatible = "actions,s700-i2c";
191 compatible = "actions,s700-i2c";
201 compatible = "actions,s700-i2c";
211 compatible = "actions,s700-i2c";
221 compatible = "actions,s700-sps";
[all …]
H A Ds700-cubieboard7.dts8 #include "s700.dtsi"
11 compatible = "cubietech,cubieboard7", "actions,s700";
H A DMakefile3 dtb-$(CONFIG_ARCH_ACTIONS) += s700-cubieboard7.dtb
/openbmc/linux/Documentation/devicetree/bindings/power/
H A Dactions,owl-sps.txt5 "actions,s700-sps" for S700
11 include/dt-bindings/power/owl-s700-powergate.h for S700
/openbmc/linux/Documentation/devicetree/bindings/i2c/
H A Di2c-owl.yaml14 S500, S700 and S900.
23 - actions,s700-i2c # Actions Semi S700 compatible SoCs
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dactions,owl-cmu.txt5 applicable to S900, S700 and S500 SoC's.
11 "actions,s700-cmu"
23 dt-bindings/clock/actions,s900-cmu.h or actions,s700-cmu.h or
/openbmc/linux/Documentation/devicetree/bindings/arm/
H A Dactions.yaml36 # The Actions Semi S700 is a quad-core ARM Cortex-A53 SoC.
41 - const: actions,s700
45 - const: actions,s700
/openbmc/linux/Documentation/devicetree/bindings/timer/
H A Dactions,owl-timer.txt5 "actions,s700-timer" for S700
/openbmc/linux/drivers/pinctrl/actions/
H A DKconfig21 bool "Actions Semi S700 pinctrl driver"
25 Say Y here to enable Actions Semi S700 pinctrl driver
H A DMakefile4 obj-$(CONFIG_PINCTRL_S700) += pinctrl-s700.o
H A Dpinctrl-s700.c3 * Actions Semi Owl S700 Pinctrl driver
1026 /* all pinctrl groups of S700 board */
1885 { .compatible = "actions,s700-pinctrl", },
1892 .name = "pinctrl-s700",
1910 MODULE_DESCRIPTION("Actions Semi S700 Soc Pinctrl Driver");
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dactions,s700-pinctrl.txt1 Actions Semi S700 Pin Controller
3 This binding describes the pin controller found in the S700 SoC.
7 - compatible: Should be "actions,s700-pinctrl"
146 compatible = "actions,s700-pinctrl";
/openbmc/linux/Documentation/devicetree/bindings/dma/
H A Dowl-dma.yaml11 supporting 10 independent DMA channels for the Actions Semi S700 SoC and 12
24 - actions,s700-dma
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dactions,owl-sirq.yaml14 This interrupt controller is found in the Actions Semi Owl SoCs (S500, S700
21 - actions,s700-sirq
/openbmc/linux/drivers/irqchip/
H A Dirq-owl-sirq.c32 /* S500 & S700 SIRQ control register masks */
56 /* S500 & S700 SoCs */
351 IRQCHIP_DECLARE(owl_sirq_s700, "actions,s700-sirq", owl_sirq_s500_of_init);
/openbmc/linux/drivers/soc/actions/
H A DKconfig14 power-gating on Actions Semiconductor S500, S700 and S900 SoCs.
/openbmc/linux/include/dt-bindings/power/
H A Dowl-s700-powergate.h3 * Actions Semi S700 SPS
/openbmc/linux/drivers/clk/actions/
H A DKconfig19 bool "Support for the Actions Semi OWL S700 clocks"
H A DMakefile15 obj-$(CONFIG_CLK_OWL_S700) += owl-s700.o
H A Dowl-s700.c3 * Actions Semi S700 clock driver
25 #include <dt-bindings/clock/actions,s700-cmu.h>
26 #include <dt-bindings/reset/actions,s700-reset.h>
644 { .compatible = "actions,s700-cmu", },
651 .name = "s700-cmu",
/openbmc/linux/include/dt-bindings/reset/
H A Dactions,s700-reset.h3 // Device Tree binding constants for Actions Semi S700 Reset Management Unit
/openbmc/linux/Documentation/devicetree/bindings/mmc/
H A Dowl-mmc.yaml22 - actions,s700-mmc
/openbmc/linux/drivers/pmdomain/actions/
H A Dowl-sps.c16 #include <dt-bindings/power/owl-s700-powergate.h>
302 { .compatible = "actions,s700-sps", .data = &s700_sps_info },
/openbmc/linux/include/dt-bindings/clock/
H A Dactions,s700-cmu.h3 * Device Tree binding constants for Actions Semi S700 Clock Management Unit
/openbmc/linux/drivers/clocksource/
H A Dtimer-owl.c175 TIMER_OF_DECLARE(owl_s700, "actions,s700-timer", owl_timer_init);

12