Searched full:tn48m (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/mfd/ |
D | delta,tn48m-cpld.yaml | 4 $id: http://devicetree.org/schemas/mfd/delta,tn48m-cpld.yaml# 7 title: Delta Networks TN48M CPLD controller 13 Lattice CPLD onboard the TN48M switches is used for system 24 const: delta,tn48m-cpld 45 $ref: ../gpio/delta,tn48m-gpio.yaml 48 $ref: ../reset/delta,tn48m-reset.yaml 59 compatible = "delta,tn48m-cpld"; 65 compatible = "delta,tn48m-gpo"; 72 compatible = "delta,tn48m-gpi"; 79 compatible = "delta,tn48m-gpi"; [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/gpio/ |
D | delta,tn48m-gpio.yaml | 4 $id: http://devicetree.org/schemas/gpio/delta,tn48m-gpio.yaml# 7 title: Delta Networks TN48M CPLD GPIO controller 13 This module is part of the Delta TN48M multi-function device. For more 14 details see ../mfd/delta,tn48m-cpld.yaml. 16 Delta TN48M has an onboard Lattice CPLD that is used as an GPIO expander. 22 - delta,tn48m-gpo 23 - delta,tn48m-gpi
|
/Linux-v6.1/Documentation/devicetree/bindings/reset/ |
D | delta,tn48m-reset.yaml | 4 $id: http://devicetree.org/schemas/reset/delta,tn48m-reset.yaml# 7 title: Delta Networks TN48M CPLD reset controller 13 This module is part of the Delta TN48M multi-function device. For more 14 details see ../mfd/delta,tn48m-cpld.yaml. 26 const: delta,tn48m-reset
|
/Linux-v6.1/drivers/gpio/ |
D | gpio-tn48m.c | 3 * Delta TN48M CPLD GPIO driver 83 { .compatible = "delta,tn48m-gpo", .data = &tn48m_gpo_config }, 84 { .compatible = "delta,tn48m-gpi", .data = &tn48m_gpi_config }, 91 .name = "delta-tn48m-gpio", 99 MODULE_DESCRIPTION("Delta TN48M CPLD GPIO driver");
|
D | Kconfig | 1362 tristate "Delta Networks TN48M switch CPLD GPIO driver" 1367 Networks TN48M switch Lattice CPLD. It provides 12 pins in total, 1371 module will be called gpio-tn48m.
|
D | Makefile | 153 obj-$(CONFIG_GPIO_TN48M_CPLD) += gpio-tn48m.o
|
/Linux-v6.1/drivers/reset/ |
D | reset-tn48m.c | 3 * Delta TN48M CPLD reset driver 18 #include <dt-bindings/reset/delta,tn48m-reset.h> 112 { .compatible = "delta,tn48m-reset" }, 119 .name = "delta-tn48m-reset", 127 MODULE_DESCRIPTION("Delta TN48M CPLD reset driver");
|
D | Kconfig | 285 tristate "Delta Networks TN48M switch CPLD reset controller" 289 This enables the reset controller driver for the Delta TN48M CPLD. 295 called reset-tn48m.
|
D | Makefile | 39 obj-$(CONFIG_RESET_TN48M_CPLD) += reset-tn48m.o
|
/Linux-v6.1/include/dt-bindings/reset/ |
D | delta,tn48m-reset.h | 3 * Delta TN48M CPLD GPIO driver
|
/Linux-v6.1/ |
D | MAINTAINERS | 5900 DELTA NETWORKS TN48M CPLD DRIVERS 5903 F: Documentation/devicetree/bindings/gpio/delta,tn48m-gpio.yaml 5904 F: Documentation/devicetree/bindings/mfd/delta,tn48m-cpld.yaml 5905 F: Documentation/devicetree/bindings/reset/delta,tn48m-reset.yaml 5906 F: drivers/gpio/gpio-tn48m.c 5907 F: include/dt-bindings/reset/delta,tn48m-reset.h
|