Home
last modified time | relevance | path

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

12

/openbmc/linux/Documentation/devicetree/bindings/clock/
H A 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";
H A 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";
/openbmc/linux/arch/arc/plat-axs10x/
H A 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
H A DMakefile6 obj-$(CONFIG_ARC_PLAT_AXS10X) += axs10x.o
/openbmc/linux/Documentation/devicetree/bindings/reset/
H A 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";
/openbmc/u-boot/board/synopsys/axs10x/
H A DMAINTAINERS1 AXS10X BOARD
4 F: board/synopsys/axs10x/
5 F: include/configs/axs10x.h
H A DKconfig4 default "axs10x"
10 default "axs10x"
H A DMakefile5 obj-y += axs10x.o
H A Daxs10x.c10 #include "axs10x.h"
/openbmc/linux/drivers/reset/
H A Dreset-axs10x.c4 * Synopsys AXS10x reset driver.
67 { .compatible = "snps,axs10x-reset" },
74 .name = "axs10x-reset",
81 MODULE_DESCRIPTION("Synopsys AXS10x reset driver");
H A DKconfig33 bool "AXS10x Reset Driver" if COMPILE_TEST
36 This enables the reset controller driver for AXS10x.
H A DMakefile9 obj-$(CONFIG_RESET_AXS10X) += reset-axs10x.o
/openbmc/linux/arch/arc/boot/dts/
H A 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";
H A Daxc003.dtsi31 compatible = "snps,axs10x-arc-pll-clock";
122 * interrupts - setup accordinly in platform init (plat-axs10x/ax10x.c)
H A Daxs103.dts7 * Device Tree for AXS103 SDP with AXS10X Main Board and
H A Daxs103_idu.dts7 * Device Tree for AXS103 SDP with AXS10X Main Board and
H A Dvdk_axs10x_mb.dtsi3 * Support for peripherals on the AXS10x mainboard (VDK version)
H A Daxc003_idu.dtsi31 compatible = "snps,axs10x-arc-pll-clock";
/openbmc/linux/drivers/clk/axs10x/
H A 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");
H A 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");
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dsnps,creg-gpio.txt4 - compatible : "snps,creg-gpio-hsdk" or "snps,creg-gpio-axs10x".
/openbmc/linux/arch/arc/kernel/
H A Ddevtree.c32 arc_base_baud = 33333333; /* Fixed 33MHz clk (AXS10x & HSDK) */ in arc_set_early_base_baud()
/openbmc/u-boot/arch/arc/
H A DKconfig174 source "board/synopsys/axs10x/Kconfig"
/openbmc/linux/arch/arc/
H A DMakefile90 core-$(CONFIG_ARC_PLAT_AXS10X) += arch/arc/plat-axs10x/
/openbmc/linux/drivers/gpio/
H A Dgpio-creg-snps.c127 .compatible = "snps,creg-gpio-axs10x",

12