Home
last modified time | relevance | path

Searched full:g12a (Results 1 – 25 of 124) sorted by relevance

12345

/OK3568_Linux_fs/kernel/drivers/gpu/drm/meson/
H A Dmeson_dw_hdmi.h12 * Bit 15-10: RW Reserved. Default 1 starting from G12A
13 * Bit 9 RW sw_reset_i2c starting from G12A
14 * Bit 8 RW sw_reset_axiarb starting from G12A
15 * Bit 7 RW Reserved. Default 1, sw_reset_emp starting from G12A
16 * Bit 6 RW Reserved. Default 1, sw_reset_flt starting from G12A
17 * Bit 5 RW Reserved. Default 1, sw_reset_hdcp22 starting from G12A
39 * Bit 7 RW hdcp22_skpclk_en: starting from G12A, 1=enable; 0=disable
40 * Bit 6 RW hdcp22_esmclk_en: starting from G12A, 1=enable; 0=disable
41 * Bit 5 RW hdcp22_tmdsclk_en: starting from G12A, 1=enable; 0=disable
42 * Bit 4 RW cec_clk_en: 1=enable cec_clk; 0=disable. Default 0. Reserved for G12A
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/amlogic/
H A Dmeson-g12.dtsi9 #include <dt-bindings/power/meson-g12a-power.h>
11 #include <dt-bindings/reset/amlogic,meson-g12a-audio-reset.h>
50 compatible = "amlogic,g12a-pdm",
72 compatible = "amlogic,g12a-audio-clkc";
100 compatible = "amlogic,g12a-toddr",
115 compatible = "amlogic,g12a-toddr",
130 compatible = "amlogic,g12a-toddr",
145 compatible = "amlogic,g12a-frddr",
160 compatible = "amlogic,g12a-frddr",
175 compatible = "amlogic,g12a-frddr",
[all …]
H A Dmeson-g12-common.dtsi8 #include <dt-bindings/clock/g12a-clkc.h>
9 #include <dt-bindings/clock/g12a-aoclkc.h>
12 #include <dt-bindings/reset/amlogic,meson-g12a-reset.h>
130 compatible = "amlogic,g12a-pcie", "snps,dw-pcie";
218 compatible = "amlogic,meson-g12a-dwmac",
250 compatible = "amlogic,meson-g12a-dw-hdmi";
315 compatible = "amlogic,meson-g12a-periphs-pinctrl";
1576 compatible = "amlogic,g12a-cpu-thermal",
1577 "amlogic,g12a-thermal";
1586 compatible = "amlogic,g12a-ddr-thermal",
[all …]
H A DMakefile3 dtb-$(CONFIG_ARCH_MESON) += meson-g12a-sei510.dtb
4 dtb-$(CONFIG_ARCH_MESON) += meson-g12a-sei510-android.dtb
5 dtb-$(CONFIG_ARCH_MESON) += meson-g12a-u200.dtb
6 dtb-$(CONFIG_ARCH_MESON) += meson-g12a-x96-max.dtb
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Damlogic,g12a-toacodec.yaml4 $id: http://devicetree.org/schemas/sound/amlogic,g12a-toacodec.yaml#
7 title: Amlogic G12a Internal DAC Control Glue
22 - const: amlogic,g12a-toacodec
26 - const: amlogic,g12a-toacodec
44 #include <dt-bindings/reset/amlogic,meson-g12a-audio-reset.h>
47 compatible = "amlogic,g12a-toacodec";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/thermal/
H A Damlogic,thermal.yaml18 - amlogic,g12a-cpu-thermal
19 - amlogic,g12a-ddr-thermal
20 - const: amlogic,g12a-thermal
50 compatible = "amlogic,g12a-cpu-thermal",
51 "amlogic,g12a-thermal";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/
H A Damlogic,meson-g12a-usb-ctrl.yaml5 $id: "http://devicetree.org/schemas/usb/amlogic,meson-g12a-usb-ctrl.yaml#"
8 title: Amlogic Meson G12A DWC3 USB SoC Controller Glue
14 The Amlogic G12A embeds a DWC3 USB IP Core configured for USB2 and USB3
36 - amlogic,meson-g12a-usb-ctrl
104 - amlogic,meson-g12a-usb-ctrl
198 compatible = "amlogic,meson-g12a-usb-ctrl";
214 compatible = "amlogic,meson-g12a-usb", "snps,dwc2";
/OK3568_Linux_fs/kernel/sound/soc/meson/
H A DMakefile25 snd-soc-meson-g12a-toacodec-objs := g12a-toacodec.o
26 snd-soc-meson-g12a-tohdmitx-objs := g12a-tohdmitx.o
44 obj-$(CONFIG_SND_MESON_G12A_TOACODEC) += snd-soc-meson-g12a-toacodec.o
45 obj-$(CONFIG_SND_MESON_G12A_TOHDMITX) += snd-soc-meson-g12a-tohdmitx.o
H A DKconfig114 tristate "Amlogic G12A To Internal DAC Control Support"
120 g12a SoC family
123 tristate "Amlogic G12A To HDMI TX Control Support"
128 Select Y or M to add support for HDMI audio on the g12a SoC
H A Dg12a-toacodec.c16 #include <dt-bindings/sound/meson-g12a-toacodec.h>
20 #define G12A_TOACODEC_DRV_NAME "g12a-toacodec"
209 { .compatible = "amlogic,g12a-toacodec", },
251 MODULE_DESCRIPTION("Amlogic G12a To Internal DAC Codec Driver");
H A Dg12a-tohdmitx.c15 #include <dt-bindings/sound/meson-g12a-tohdmitx.h>
18 #define G12A_TOHDMITX_DRV_NAME "g12a-tohdmitx"
239 { .compatible = "amlogic,g12a-tohdmitx", },
281 MODULE_DESCRIPTION("Amlogic G12a To HDMI Tx Control Codec Driver");
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/
H A Damlogic,meson-g12a-usb3-pcie-phy.yaml5 $id: "http://devicetree.org/schemas/phy/amlogic,meson-g12a-usb3-pcie-phy.yaml#"
8 title: Amlogic G12A USB3 + PCIE Combo PHY
16 - amlogic,meson-g12a-usb3-pcie-phy
52 compatible = "amlogic,meson-g12a-usb3-pcie-phy";
H A Damlogic,meson-g12a-usb2-phy.yaml5 $id: "http://devicetree.org/schemas/phy/amlogic,meson-g12a-usb2-phy.yaml#"
8 title: Amlogic G12A USB2 PHY
16 - amlogic,meson-g12a-usb2-phy
71 compatible = "amlogic,meson-g12a-usb2-phy";
/OK3568_Linux_fs/kernel/drivers/phy/amlogic/
H A DKconfig31 tristate "Meson G12A USB2 PHY driver"
38 G12A SoCs.
42 tristate "Meson G12A USB3+PCIE Combo PHY driver"
49 in Meson G12A SoCs.
H A DMakefile4 obj-$(CONFIG_PHY_MESON_G12A_USB2) += phy-meson-g12a-usb2.o
5 obj-$(CONFIG_PHY_MESON_G12A_USB3_PCIE) += phy-meson-g12a-usb3-pcie.o
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/
H A Damlogic,meson-gx-ao-cec.yaml20 - amlogic,meson-gx-ao-cec # GXBB, GXL, GXM, G12A and SM1 AO_CEC_A module
21 - amlogic,meson-g12a-ao-cec # G12A AO_CEC_B module
63 - amlogic,meson-g12a-ao-cec
H A Damlogic,gx-vdec.yaml38 - amlogic,g12a-vdec # G12A (S905X2, S905D2)
104 - amlogic,g12a-vdec
/OK3568_Linux_fs/kernel/drivers/clk/meson/
H A Dg12a-aoclk.h15 * include/dt-bindings/clock/g12a-aoclkc.h. Only the clocks ids we don't want
29 #include <dt-bindings/clock/g12a-aoclkc.h>
30 #include <dt-bindings/reset/g12a-aoclkc.h>
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pwm/
H A Dpwm-meson.txt10 or "amlogic,meson-g12a-ee-pwm"
11 or "amlogic,meson-g12a-ao-pwm-ab"
12 or "amlogic,meson-g12a-ao-pwm-cd"
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/
H A Dmdio-mux-meson-g12a.txt1 Properties for the MDIO bus multiplexer/glue of Amlogic G12a SoC family.
8 - compatible : amlogic,g12a-mdio-mux
19 compatible = "amlogic,g12a-mdio-mux";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Damlogic,axg-audio-clkc.txt10 "amlogic,g12a-audio-clkc" for G12A,
26 - #reset-cells : should be 1 on the g12a (and following) soc family
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/spi/
H A Damlogic,meson-gx-spicc.yaml25 - amlogic,meson-g12a-spicc # SPICC controller on Amlogic G12A and compatible SoCs
52 - amlogic,meson-g12a-spicc
/OK3568_Linux_fs/kernel/drivers/media/cec/platform/
H A DKconfig28 tristate "Amlogic Meson G12A AO CEC driver"
36 This is a driver for Amlogic Meson G12A SoCs AO CEC interface.
37 This driver if for the new AO-CEC module found in G12A SoCs,
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H A Dmeson,pinctrl.txt16 "amlogic,meson-g12a-periphs-pinctrl"
17 "amlogic,meson-g12a-aobus-pinctrl"
63 This property is only valid for G12A and newer.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gpu/
H A Darm,mali-bifrost.yaml19 - amlogic,meson-g12a-mali
69 const: amlogic,meson-g12a-mali
80 compatible = "amlogic,meson-g12a-mali", "arm,mali-bifrost";

12345