Home
last modified time | relevance | path

Searched full:axs10x (Results 1 – 23 of 23) sorted by relevance

/Linux-v6.6/Documentation/devicetree/bindings/clock/
Dsnps,pll-clock.txt1 Binding for the AXS10X Generic PLL clock
8 - compatible: should be "snps,axs10x-<name>-pll-clock"
9 "snps,axs10x-arc-pll-clock"
10 "snps,axs10x-pgu-pll-clock"
24 compatible = "snps,axs10x-arc-pll-clock";
Daxs10x-i2s-pll-clock.txt1 Binding for the AXS10X I2S PLL clock
8 - compatible: shall be "snps,axs10x-i2s-pll-clock"
21 compatible = "snps,axs10x-i2s-pll-clock";
/Linux-v6.6/arch/arc/plat-axs10x/
DKconfig7 bool "Synopsys ARC AXS10x Software Development Platforms"
17 Support for the ARC AXS10x Software Development Platforms.
19 The AXS10x Platforms consist of a mainboard with peripherals,
32 The AXS101 Platform consists of an AXS10x mainboard with
42 The AXS103 Platform consists of an AXS10x mainboard with
DMakefile6 obj-$(CONFIG_ARC_PLAT_AXS10X) += axs10x.o
/Linux-v6.6/Documentation/devicetree/bindings/reset/
Dsnps,axs10x-reset.yaml4 $id: http://devicetree.org/schemas/reset/snps,axs10x-reset.yaml#
7 title: AXS10x reset controller
13 This binding describes the ARC AXS10x boards custom IP-block which allows
22 const: snps,axs10x-reset
40 compatible = "snps,axs10x-reset";
/Linux-v6.6/drivers/reset/
Dreset-axs10x.c4 * Synopsys AXS10x reset driver.
67 { .compatible = "snps,axs10x-reset" },
74 .name = "axs10x-reset",
81 MODULE_DESCRIPTION("Synopsys AXS10x reset driver");
DKconfig33 bool "AXS10x Reset Driver" if COMPILE_TEST
36 This enables the reset controller driver for AXS10x.
DMakefile9 obj-$(CONFIG_RESET_AXS10X) += reset-axs10x.o
/Linux-v6.6/arch/arc/boot/dts/
Daxs10x_mb.dtsi3 * Support for peripherals on the AXS10x mainboard
21 compatible = "snps,axs10x-reset";
27 compatible = "snps,axs10x-i2s-pll-clock";
67 compatible = "snps,axs10x-pgu-pll-clock";
320 simple-audio-card,name = "AXS10x HDMI Audio";
Daxc003.dtsi31 compatible = "snps,axs10x-arc-pll-clock";
122 * interrupts - setup accordinly in platform init (plat-axs10x/ax10x.c)
Daxs103.dts7 * Device Tree for AXS103 SDP with AXS10X Main Board and
Daxs103_idu.dts7 * Device Tree for AXS103 SDP with AXS10X Main Board and
Dvdk_axs10x_mb.dtsi3 * Support for peripherals on the AXS10x mainboard (VDK version)
Daxc003_idu.dtsi31 compatible = "snps,axs10x-arc-pll-clock";
/Linux-v6.6/drivers/clk/axs10x/
Di2s_pll_clock.c3 * Synopsys AXS10X SDP I2S PLL clock driver
207 { .compatible = "snps,axs10x-i2s-pll-clock", },
214 .name = "axs10x-i2s-pll-clock",
223 MODULE_DESCRIPTION("Synopsys AXS10X SDP I2S PLL Clock Driver");
Dpll_clock.c3 * Synopsys AXS10X SDP Generic PLL clock driver
313 CLK_OF_DECLARE(axs10x_pll_clock, "snps,axs10x-arc-pll-clock",
317 { .compatible = "snps,axs10x-pgu-pll-clock", .data = &pgu_pll_cfg},
324 .name = "axs10x-pll-clock",
332 MODULE_DESCRIPTION("Synopsys AXS10X SDP Generic PLL Clock Driver");
/Linux-v6.6/Documentation/devicetree/bindings/gpio/
Dsnps,creg-gpio.txt4 - compatible : "snps,creg-gpio-hsdk" or "snps,creg-gpio-axs10x".
/Linux-v6.6/arch/arc/kernel/
Ddevtree.c32 arc_base_baud = 33333333; /* Fixed 33MHz clk (AXS10x & HSDK) */ in arc_set_early_base_baud()
/Linux-v6.6/arch/arc/
DMakefile90 core-$(CONFIG_ARC_PLAT_AXS10X) += arch/arc/plat-axs10x/
DKconfig89 source "arch/arc/plat-axs10x/Kconfig"
/Linux-v6.6/drivers/gpio/
Dgpio-creg-snps.c127 .compatible = "snps,creg-gpio-axs10x",
/Linux-v6.6/drivers/clk/
DMakefile89 obj-$(CONFIG_ARC_PLAT_AXS10X) += axs10x/
/Linux-v6.6/
DMAINTAINERS20783 F: drivers/clk/axs10x/*
20790 F: arch/arc/plat-axs10x
20792 SYNOPSYS AXS10x RESET CONTROLLER DRIVER
20795 F: Documentation/devicetree/bindings/reset/snps,axs10x-reset.yaml
20796 F: drivers/reset/reset-axs10x.c