/openbmc/linux/arch/arm64/boot/dts/actions/ |
H A D | s700.dtsi | 6 #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 D | s700-cubieboard7.dts | 8 #include "s700.dtsi" 11 compatible = "cubietech,cubieboard7", "actions,s700";
|
H A D | Makefile | 3 dtb-$(CONFIG_ARCH_ACTIONS) += s700-cubieboard7.dtb
|
/openbmc/linux/Documentation/devicetree/bindings/power/ |
H A D | actions,owl-sps.txt | 5 "actions,s700-sps" for S700 11 include/dt-bindings/power/owl-s700-powergate.h for S700
|
/openbmc/linux/Documentation/devicetree/bindings/i2c/ |
H A D | i2c-owl.yaml | 14 S500, S700 and S900. 23 - actions,s700-i2c # Actions Semi S700 compatible SoCs
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | actions,owl-cmu.txt | 5 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 D | actions.yaml | 36 # 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 D | actions,owl-timer.txt | 5 "actions,s700-timer" for S700
|
/openbmc/linux/drivers/pinctrl/actions/ |
H A D | Kconfig | 21 bool "Actions Semi S700 pinctrl driver" 25 Say Y here to enable Actions Semi S700 pinctrl driver
|
H A D | Makefile | 4 obj-$(CONFIG_PINCTRL_S700) += pinctrl-s700.o
|
H A D | pinctrl-s700.c | 3 * 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 D | actions,s700-pinctrl.txt | 1 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 D | owl-dma.yaml | 11 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 D | actions,owl-sirq.yaml | 14 This interrupt controller is found in the Actions Semi Owl SoCs (S500, S700 21 - actions,s700-sirq
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-owl-sirq.c | 32 /* 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 D | Kconfig | 14 power-gating on Actions Semiconductor S500, S700 and S900 SoCs.
|
/openbmc/linux/include/dt-bindings/power/ |
H A D | owl-s700-powergate.h | 3 * Actions Semi S700 SPS
|
/openbmc/linux/drivers/clk/actions/ |
H A D | Kconfig | 19 bool "Support for the Actions Semi OWL S700 clocks"
|
H A D | Makefile | 15 obj-$(CONFIG_CLK_OWL_S700) += owl-s700.o
|
H A D | owl-s700.c | 3 * 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 D | actions,s700-reset.h | 3 // Device Tree binding constants for Actions Semi S700 Reset Management Unit
|
/openbmc/linux/Documentation/devicetree/bindings/mmc/ |
H A D | owl-mmc.yaml | 22 - actions,s700-mmc
|
/openbmc/linux/drivers/pmdomain/actions/ |
H A D | owl-sps.c | 16 #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 D | actions,s700-cmu.h | 3 * Device Tree binding constants for Actions Semi S700 Clock Management Unit
|
/openbmc/linux/drivers/clocksource/ |
H A D | timer-owl.c | 175 TIMER_OF_DECLARE(owl_s700, "actions,s700-timer", owl_timer_init);
|