/openbmc/linux/arch/arm/boot/dts/actions/ |
H A D | owl-s500.dtsi | 3 * Actions Semi S500 SoC 8 #include <dt-bindings/clock/actions,s500-cmu.h> 11 #include <dt-bindings/power/owl-s500-powergate.h> 12 #include <dt-bindings/reset/actions,s500-reset.h> 15 compatible = "actions,s500"; 34 enable-method = "actions,s500-smp"; 41 enable-method = "actions,s500-smp"; 48 enable-method = "actions,s500-smp"; 56 enable-method = "actions,s500-smp"; 133 compatible = "actions,s500-uart", "actions,owl-uart"; [all …]
|
H A D | Makefile | 3 owl-s500-cubieboard6.dtb \ 4 owl-s500-guitar-bb-rev-b.dtb \ 5 owl-s500-labrador-base-m.dtb \ 6 owl-s500-roseapplepi.dtb \ 7 owl-s500-sparky.dtb
|
H A D | owl-s500-guitar.dtsi | 8 #include "owl-s500.dtsi" 11 compatible = "lemaker,guitar", "actions,s500";
|
H A D | owl-s500-labrador-v2.dtsi | 8 #include "owl-s500.dtsi" 12 compatible = "caninos,labrador-v2", "actions,s500";
|
H A D | owl-s500-guitar-bb-rev-b.dts | 8 #include "owl-s500-guitar.dtsi" 11 compatible = "lemaker,guitar-bb-rev-b", "lemaker,guitar", "actions,s500";
|
H A D | owl-s500-labrador-base-m.dts | 10 #include "owl-s500-labrador-v2.dtsi" 15 "caninos,labrador-v2", "actions,s500";
|
H A D | owl-s500-cubieboard6.dts | 10 #include "owl-s500.dtsi" 13 compatible = "cubietech,cubieboard6", "actions,s500";
|
H A D | owl-s500-sparky.dts | 10 #include "owl-s500.dtsi" 13 compatible = "allo,sparky", "actions,s500";
|
/openbmc/linux/Documentation/devicetree/bindings/power/ |
H A D | actions,owl-sps.txt | 4 - compatible : "actions,s500-sps" for S500 10 include/dt-bindings/power/owl-s500-powergate.h for S500 18 compatible = "actions,s500-sps";
|
/openbmc/linux/Documentation/devicetree/bindings/arm/ |
H A D | actions.yaml | 18 # The Actions Semi S500 is a quad-core ARM Cortex-A9 SoC. 24 - const: actions,s500 29 - const: actions,s500 34 - const: actions,s500
|
/openbmc/linux/Documentation/devicetree/bindings/serial/ |
H A D | actions,owl-uart.txt | 4 - compatible : "actions,s500-uart", "actions,owl-uart" for S500 13 compatible = "actions,s500-uart", "actions,owl-uart";
|
/openbmc/linux/Documentation/devicetree/bindings/timer/ |
H A D | actions,owl-timer.txt | 4 - compatible : "actions,s500-timer" for S500 16 compatible = "actions,s500-timer";
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | actions,owl-emac.yaml | 27 - actions,s500-emac 72 #include <dt-bindings/clock/actions,s500-cmu.h> 74 #include <dt-bindings/reset/actions,s500-reset.h> 77 compatible = "actions,s500-emac", "actions,owl-emac";
|
/openbmc/linux/Documentation/devicetree/bindings/i2c/ |
H A D | i2c-owl.yaml | 14 S500, S700 and S900. 22 - actions,s500-i2c # Actions Semi S500 compatible SoCs
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | actions,owl-cmu.txt | 5 applicable to S900, S700 and S500 SoC's. 12 "actions,s500-cmu" 24 actions,s500-cmu.h header and can be used in device tree sources.
|
/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 20 - actions,s500-sirq 56 compatible = "actions,s500-sirq";
|
/openbmc/linux/drivers/pinctrl/actions/ |
H A D | Kconfig | 14 bool "Actions Semi S500 pinctrl driver" 18 Say Y here to enable Actions Semi S500 pinctrl driver
|
H A D | Makefile | 3 obj-$(CONFIG_PINCTRL_S500) += pinctrl-s500.o
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | actions,s500-pinctrl.yaml | 4 $id: http://devicetree.org/schemas/pinctrl/actions,s500-pinctrl.yaml# 7 title: Actions Semi S500 SoC pinmux & GPIO controller 20 const: actions,s500-pinctrl 207 compatible = "actions,s500-pinctrl";
|
/openbmc/linux/arch/arm/mach-actions/ |
H A D | platsmp.c | 101 node = of_find_compatible_node(NULL, NULL, "actions,s500-timer"); in s500_smp_prepare_cpus() 113 node = of_find_compatible_node(NULL, NULL, "actions,s500-sps"); in s500_smp_prepare_cpus() 154 CPU_METHOD_OF_DECLARE(s500_smp, "actions,s500-smp", &s500_smp_ops);
|
H A D | Kconfig | 16 This enables support for the Actions Semiconductor S500 SoC family.
|
/openbmc/linux/Documentation/devicetree/bindings/dma/ |
H A D | owl-dma.yaml | 12 independent DMA channels for the S500 and S900 SoC variants. 23 - actions,s500-dma
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-owl-sirq.c | 32 /* S500 & S700 SIRQ control register masks */ 56 /* S500 & S700 SoCs */ 350 IRQCHIP_DECLARE(owl_sirq_s500, "actions,s500-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/drivers/clk/actions/ |
H A D | Kconfig | 14 bool "Support for the Actions Semi OWL S500 clocks"
|