/linux/arch/arm64/boot/dts/actions/ |
H A D | s900.dtsi | 6 #include <dt-bindings/clock/actions,s900-cmu.h> 9 #include <dt-bindings/reset/actions,s900-reset.h> 12 compatible = "actions,s900"; 123 compatible = "actions,s900-uart", "actions,owl-uart"; 131 compatible = "actions,s900-uart", "actions,owl-uart"; 139 compatible = "actions,s900-uart", "actions,owl-uart"; 147 compatible = "actions,s900-uart", "actions,owl-uart"; 155 compatible = "actions,s900-uart", "actions,owl-uart"; 163 compatible = "actions,s900-uart", "actions,owl-uart"; 171 compatible = "actions,s900-uart", "actions,owl-uart"; [all …]
|
H A D | s700.dtsi | 117 compatible = "actions,s900-uart", "actions,owl-uart"; 125 compatible = "actions,s900-uart", "actions,owl-uart"; 133 compatible = "actions,s900-uart", "actions,owl-uart"; 141 compatible = "actions,s900-uart", "actions,owl-uart"; 149 compatible = "actions,s900-uart", "actions,owl-uart"; 157 compatible = "actions,s900-uart", "actions,owl-uart"; 165 compatible = "actions,s900-uart", "actions,owl-uart";
|
H A D | Makefile | 5 dtb-$(CONFIG_ARCH_ACTIONS) += s900-bubblegum-96.dtb
|
H A D | s900-bubblegum-96.dts | 8 #include "s900.dtsi" 11 compatible = "ucrobotics,bubblegum-96", "actions,s900";
|
/linux/Documentation/devicetree/bindings/i2c/ |
H A D | i2c-owl.yaml | 14 S500, S700 and S900. 24 - actions,s900-i2c # Actions Semi S900 compatible SoCs 52 #include <dt-bindings/clock/actions,s900-cmu.h> 55 compatible = "actions,s900-i2c";
|
/linux/Documentation/devicetree/bindings/power/ |
H A D | actions,owl-sps.txt | 6 "actions,s900-sps" for S900 12 include/dt-bindings/power/owl-s900-powergate.h for S900
|
/linux/Documentation/devicetree/bindings/clock/ |
H A D | actions,owl-cmu.yaml | 19 include/dt-bindings/clock/actions,s900-cmu.h 26 - actions,s900-cmu 54 compatible = "actions,s900-cmu";
|
/linux/Documentation/devicetree/bindings/dma/ |
H A D | owl-dma.yaml | 12 independent DMA channels for the S500 and S900 SoC variants. 25 - actions,s900-dma 68 compatible = "actions,s900-dma";
|
/linux/drivers/pinctrl/actions/ |
H A D | Kconfig | 28 bool "Actions Semi S900 pinctrl driver" 32 Say Y here to enable Actions Semi S900 pinctrl driver
|
H A D | Makefile | 5 obj-$(CONFIG_PINCTRL_S900) += pinctrl-s900.o
|
H A D | pinctrl-s900.c | 3 * OWL S900 Pinctrl driver 1803 { .compatible = "actions,s900-pinctrl", }, 1809 .name = "pinctrl-s900", 1829 MODULE_DESCRIPTION("Actions Semi S900 SoC Pinctrl Driver");
|
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | actions,s900-pinctrl.txt | 1 Actions Semi S900 Pin Controller 3 This binding describes the pin controller found in the S900 SoC. 7 - compatible: Should be "actions,s900-pinctrl" 179 compatible = "actions,s900-pinctrl";
|
/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | actions,owl-sirq.yaml | 15 and S900) and provides support for handling up to 3 external interrupt lines. 22 - actions,s900-sirq
|
/linux/Documentation/devicetree/bindings/arm/ |
H A D | actions.yaml | 47 # The Actions Semi S900 is a quad-core ARM Cortex-A53 SoC. 51 - const: actions,s900
|
/linux/drivers/irqchip/ |
H A D | irq-owl-sirq.c | 37 /* S900 SIRQ control register offsets, relative to controller base address */ 62 /* S900 SoC */ 359 IRQCHIP_DECLARE(owl_sirq_s900, "actions,s900-sirq", owl_sirq_s900_of_init);
|
/linux/drivers/pmdomain/actions/ |
H A D | Kconfig | 14 power-gating on Actions Semiconductor S500, S700 and S900 SoCs.
|
H A D | owl-sps.c | 19 #include <dt-bindings/power/owl-s900-powergate.h> 297 { .compatible = "actions,s900-sps", .data = &s900_sps_info },
|
/linux/include/dt-bindings/power/ |
H A D | owl-s900-powergate.h | 3 * Actions Semi S900 SPS
|
/linux/drivers/clk/actions/ |
H A D | Kconfig | 24 bool "Support for the Actions Semi OWL S900 clocks"
|
H A D | Makefile | 16 obj-$(CONFIG_CLK_OWL_S900) += owl-s900.o
|
H A D | owl-s900.c | 3 // OWL S900 SoC clock driver 24 #include <dt-bindings/clock/actions,s900-cmu.h> 25 #include <dt-bindings/reset/actions,s900-reset.h> 787 { .compatible = "actions,s900-cmu", }, 794 .name = "s900-cmu",
|
/linux/drivers/net/ethernet/actions/ |
H A D | Kconfig | 22 Controller (EMAC) found on the S500 and S900 SoCs. The controller
|
/linux/include/dt-bindings/reset/ |
H A D | actions,s900-reset.h | 3 // Device Tree binding constants for Actions Semi S900 Reset Management Unit
|
/linux/include/dt-bindings/clock/ |
H A D | actions,s900-cmu.h | 3 // Device Tree binding constants for Actions Semi S900 Clock Management Unit
|
/linux/drivers/clocksource/ |
H A D | timer-owl.c | 176 TIMER_OF_DECLARE(owl_s900, "actions,s900-timer", owl_timer_init);
|