Home
last modified time | relevance | path

Searched full:sky1 (Results 1 – 15 of 15) sorted by relevance

/linux/Documentation/devicetree/bindings/pinctrl/
H A Dcix,sky1-pinctrl.yaml4 $id: http://devicetree.org/schemas/pinctrl/cix,sky1-pinctrl.yaml#
7 title: Cix Sky1 Soc Pin Controller
14 on Cix Sky1 platform. one is used under S0 state, the other one is used under
20 - cix,sky1-pinctrl
21 - cix,sky1-pinctrl-s5
81 compatible = "cix,sky1-pinctrl";
/linux/Documentation/devicetree/bindings/mailbox/
H A Dcix,sky1-mbox.yaml4 $id: http://devicetree.org/schemas/mailbox/cix,sky1-mbox.yaml#
13 The Cixtech mailbox controller, used in the Cixtech Sky1 SoC,
29 In the CIX Sky1 SoC use case, there are 4 pairs of mailbox controllers
37 const: cix,sky1-mbox
71 compatible = "cix,sky1-mbox";
/linux/arch/arm64/boot/dts/cix/
H A Dsky1.dtsi8 #include <dt-bindings/clock/cix,sky1.h>
268 compatible = "cix,sky1-spi-r1p6", "cdns,spi-r1p6";
278 compatible = "cix,sky1-spi-r1p6", "cdns,spi-r1p6";
352 compatible = "cix,sky1-pinctrl";
357 compatible = "cix,sky1-mbox";
365 compatible = "cix,sky1-mbox";
379 compatible = "cix,sky1-mbox";
393 compatible = "cix,sky1-mbox";
401 compatible = "cix,sky1-mbox";
409 compatible = "cix,sky1-mbox";
[all …]
H A Dsky1-orion-o6.dts9 #include "sky1.dtsi"
10 #include "sky1-pinfunc.h"
14 compatible = "radxa,orion-o6", "cix,sky1";
H A DMakefile2 dtb-$(CONFIG_ARCH_CIX) += sky1-orion-o6.dtb
/linux/Documentation/devicetree/bindings/sound/
H A Dcix,sky1-ipbloq-hda.yaml4 $id: http://devicetree.org/schemas/sound/cix,sky1-ipbloq-hda.yaml#
20 const: cix,sky1-ipbloq-hda
54 compatible = "cix,sky1-ipbloq-hda";
61 model = "CIX SKY1 EVB HDA";
/linux/drivers/pinctrl/cix/
H A DMakefile2 # Cix Sky1 pin control drivers
3 obj-$(CONFIG_PINCTRL_SKY1_BASE) += pinctrl-sky1-base.o
4 obj-$(CONFIG_PINCTRL_SKY1) += pinctrl-sky1.o
H A DKconfig10 tristate "Cix Sky1 pinctrl driver"
15 Say Y here to enable the sky1 pinctrl driver
H A Dpinctrl-sky1-base.c26 #include "pinctrl-sky1.h"
559 dev_err(&pdev->dev, "could not register SKY1 pinctrl driver\n"); in sky1_base_pinctrl_probe()
564 * The SKY1 SoC has two pin controllers: one for normal working state in sky1_base_pinctrl_probe()
578 dev_dbg(&pdev->dev, "initialized SKY1 pinctrl driver\n"); in sky1_base_pinctrl_probe()
586 MODULE_DESCRIPTION("Cix SKy1 pinctrl base driver");
H A Dpinctrl-sky1.c16 #include "pinctrl-sky1.h"
505 { .compatible = "cix,sky1-pinctrl-s5", .data = &sky1_pinctrl_s5_info, },
506 { .compatible = "cix,sky1-pinctrl", .data = &sky1_pinctrl_info, },
544 .name = "sky1-pinctrl",
558 MODULE_DESCRIPTION("Cix Sky1 pinctrl driver");
/linux/Documentation/devicetree/bindings/arm/
H A Dcix.yaml22 - const: cix,sky1
/linux/Documentation/devicetree/bindings/spi/
H A Dspi-cadence.yaml24 - cix,sky1-spi-r1p6
/linux/arch/arm64/
H A DKconfig.platforms134 like P1(sky1).
/linux/sound/hda/controllers/
H A Dcix-ipbloq.c417 { .compatible = "cix,sky1-ipbloq-hda" },
/linux/drivers/mailbox/
H A Dcix-mailbox.c624 { .compatible = "cix,sky1-mbox" },