Searched +full:tn48m +full:- +full:gpi (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/gpio/delta,tn48m-gpio.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Delta Networks TN48M CPLD GPIO controller10 - Robert Marko <robert.marko@sartura.hr>13 This module is part of the Delta TN48M multi-function device. For more14 details see ../mfd/delta,tn48m-cpld.yaml.16 Delta TN48M has an onboard Lattice CPLD that is used as an GPIO expander.17 It provides 12 pins in total, they are input-only or ouput-only type.[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Delta TN48M CPLD GPIO driver49 if (!pdev->dev.parent) in tn48m_gpio_probe()50 return -ENODEV; in tn48m_gpio_probe()52 gpio_config = device_get_match_data(&pdev->dev); in tn48m_gpio_probe()54 return -ENODEV; in tn48m_gpio_probe()56 ret = device_property_read_u32(&pdev->dev, "reg", &base); in tn48m_gpio_probe()60 regmap = dev_get_regmap(pdev->dev.parent, NULL); in tn48m_gpio_probe()62 return -ENODEV; in tn48m_gpio_probe()65 config.parent = &pdev->dev; in tn48m_gpio_probe()[all …]
1 # SPDX-License-Identifier: GPL-2.0-only47 this symbol, but new drivers should use the generic gpio-regmap57 non-sleeping contexts. They can make bitbanged serial protocols127 Enables support for the idio-16 library functions. The idio-16 library129 ACCES IDIO-16 family such as the 104-IDIO-16 and the PCI-IDIO-16.131 If built as a module its name will be gpio-idio-16.137 tristate "GPIO driver for 74xx-ICs with MMIO access"141 Say yes here to support GPIO functionality for 74xx-compatible ICs158 If driver is built as a module it will be called gpio-altera.319 tristate "Generic memory-mapped GPIO controller support (MMIO platform device)"[all …]