Home
last modified time | relevance | path

Searched full:tb10x (Results 1 – 16 of 16) sorted by relevance

/linux/arch/arc/boot/dts/
H A Dabilis_tb10x.dtsi3 * Abilis Systems TB10X SOC device tree
12 compatible = "abilis,arc-tb10x";
46 compatible = "abilis,tb10x", "simple-bus";
67 compatible = "abilis,tb10x-iomux";
78 compatible = "abilis,tb10x-ictl";
192 tb10x_tsm: tb10x-tsm@ff316000 {
201 tb10x_stream_proc: tb10x-stream-proc {
217 tb10x_mdsc0: tb10x-mdscr@ff300000 {
222 tb10x_mscr0: tb10x-mdscr@ff307000 {
226 tb10x_scr0: tb10x-mdscr@ff30e000 {
[all …]
H A Dabilis_tb101.dtsi163 compatible = "abilis,tb10x-gpio";
176 compatible = "abilis,tb10x-gpio";
189 compatible = "abilis,tb10x-gpio";
202 compatible = "abilis,tb10x-gpio";
215 compatible = "abilis,tb10x-gpio";
228 compatible = "abilis,tb10x-gpio";
241 compatible = "abilis,tb10x-gpio";
254 compatible = "abilis,tb10x-gpio";
267 compatible = "abilis,tb10x-gpio";
280 compatible = "abilis,tb10x-gpio";
[all …]
H A Dabilis_tb100.dtsi154 compatible = "abilis,tb10x-gpio";
167 compatible = "abilis,tb10x-gpio";
180 compatible = "abilis,tb10x-gpio";
193 compatible = "abilis,tb10x-gpio";
206 compatible = "abilis,tb10x-gpio";
219 compatible = "abilis,tb10x-gpio";
232 compatible = "abilis,tb10x-gpio";
245 compatible = "abilis,tb10x-gpio";
258 compatible = "abilis,tb10x-gpio";
271 compatible = "abilis,tb10x-gpio";
[all …]
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dabilis,tb10x-ictl.yaml4 $id: http://devicetree.org/schemas/interrupt-controller/abilis,tb10x-ictl.yaml#
7 title: TB10x Top Level Interrupt Controller
13 The Abilis TB10x SOC contains a custom interrupt controller. It performs
19 const: abilis,tb10x-ictl
47 compatible = "abilis,tb10x-ictl";
/linux/arch/arc/plat-tb10x/
H A Dtb10x.c3 * Abilis Systems TB10x platform initialisation
14 "abilis,arc-tb10x",
18 MACHINE_START(TB10x, "tb10x")
H A DKconfig2 # Abilis Systems TB10x platform kernel configuration file
9 bool "Abilis TB10x"
17 Support for platforms based on the TB10x home media gateway SOC by
18 Abilis Systems. TB10x is based on the ARC700 CPU architecture.
H A DMakefile2 # Abilis Systems TB10x platform Makefile
8 KBUILD_CFLAGS += -Iarch/arc/plat-tb10x/include
10 obj-y += tb10x.o
/linux/Documentation/devicetree/bindings/gpio/
H A Dabilis,tb10x-gpio.yaml4 $id: http://devicetree.org/schemas/gpio/abilis,tb10x-gpio.yaml#
7 title: Abilis TB10x GPIO controller
14 const: abilis,tb10x-gpio
53 compatible = "abilis,tb10x-gpio";
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dabilis,tb10x-iomux.txt1 Abilis Systems TB10x pin controller
7 - compatible: should be "abilis,tb10x-iomux";
53 compatible = "abilis,tb10x-iomux";
73 compatible = "abilis,tb10x-gpio";
/linux/arch/arc/configs/
H A Dtb10x_defconfig2 CONFIG_DEFAULT_HOSTNAME="tb10x"
13 CONFIG_INITRAMFS_SOURCE="../tb10x-rootfs.cpio"
/linux/drivers/gpio/
H A Dgpio-tb10x.c211 { .compatible = "abilis,tb10x-gpio" },
220 .name = "tb10x-gpio",
227 MODULE_DESCRIPTION("tb10x gpio.");
H A DKconfig737 bool "Abilis Systems TB10x GPIO controller"
/linux/drivers/pinctrl/
H A Dpinctrl-tb10x.c3 * Abilis Systems TB10x pin control driver
469 * struct tb10x_pinctrl - TB10x pin controller internal state
739 .name = "TB10x",
795 dev_err(dev, "could not register TB10x pin driver\n"); in tb10x_pinctrl_probe()
816 { .compatible = "abilis,tb10x-iomux" },
833 MODULE_DESCRIPTION("Abilis Systems TB10x pinctrl driver");
/linux/arch/arc/
H A DMakefile86 core-$(CONFIG_ARC_PLAT_TB10X) += arch/arc/plat-tb10x/
H A DKconfig90 source "arch/arc/plat-tb10x/Kconfig"
/linux/drivers/irqchip/
H A Dirq-tb10x.c176 IRQCHIP_DECLARE(tb10x_intc, "abilis,tb10x-ictl", of_tb10x_init_irq);