/linux/Documentation/devicetree/bindings/i2c/ |
H A D | opencores,i2c-ocores.yaml | 4 $id: http://devicetree.org/schemas/i2c/opencores,i2c-ocores.yaml# 7 title: OpenCores I2C controller 25 - opencores,i2c-ocores 42 - if clock-frequency is present and neither opencores,ip-clock-frequency nor 48 - if opencores,ip-clock-frequency is present it specifies i2c controller 68 opencores,ip-clock-frequency: 82 - opencores,ip-clock-frequency 91 compatible = "opencores,i2c-ocores"; 96 opencores,ip-clock-frequency = <20000000>; 103 compatible = "opencores,i2c-ocores";
|
/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | opencores,or1k-pic.txt | 5 - compatible : should be "opencores,or1k-pic-level" for variants with 6 level triggered interrupt lines, "opencores,or1k-pic-edge" for variants with 7 edge triggered interrupt lines or "opencores,or1200-pic" for machines 10 "opencores,or1k-pic" is also provided as an alias to "opencores,or1200-pic", 20 compatible = "opencores,or1k-pic-level";
|
/linux/arch/openrisc/boot/dts/ |
H A D | simple_smp.dts | 3 compatible = "opencores,or1ksim"; 26 compatible = "opencores,or1200-rtlsvn481"; 31 compatible = "opencores,or1200-rtlsvn481"; 51 compatible = "opencores,or1k-pic-level"; 57 compatible = "opencores,uart16550-rtlsvn105", "ns16550a"; 64 compatible = "opencores,ethoc";
|
H A D | or1ksim.dts | 4 compatible = "opencores,or1ksim"; 27 compatible = "opencores,or1200-rtlsvn481"; 39 compatible = "opencores,or1k-pic"; 45 compatible = "opencores,uart16550-rtlsvn105", "ns16550a"; 52 compatible = "opencores,ethoc";
|
H A D | or1klitex.dts | 10 compatible = "opencores,or1ksim"; 32 compatible = "opencores,or1200-rtlsvn481"; 39 compatible = "opencores,or1k-pic";
|
/linux/Documentation/devicetree/bindings/pwm/ |
H A D | opencores,pwm.yaml | 4 $id: http://devicetree.org/schemas/pwm/opencores,pwm.yaml# 7 title: OpenCores PWM controller 13 The OpenCores PTC ip core contains a PWM controller. When operating in PWM 27 - const: opencores,pwm-v1 51 compatible = "starfive,jh7110-pwm", "opencores,pwm-v1";
|
/linux/drivers/input/keyboard/ |
H A D | opencores-kbd.c | 3 * OpenCores Keyboard Controller Driver 4 * http://www.opencores.org/project,keyboardcontroller 66 input->phys = "opencores-kbd/input0"; in opencores_kbd_probe() 81 * OpenCores controller happens to have scancodes match in opencores_kbd_probe() 109 .name = "opencores-kbd", 116 MODULE_DESCRIPTION("Keyboard driver for OpenCores Keyboard Controller");
|
H A D | Kconfig | 509 tristate "OpenCores Keyboard Controller" 512 Say Y here if you want to use the OpenCores Keyboard Controller 513 http://www.opencores.org/project,keyboardcontroller 516 module will be called opencores-kbd.
|
H A D | Makefile | 52 obj-$(CONFIG_KEYBOARD_OPENCORES) += opencores-kbd.o
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | opencores-ethoc.txt | 1 * OpenCores MAC 10/100 Mbps 4 - compatible: Should be "opencores,ethoc". 17 compatible = "opencores,ethoc";
|
/linux/Documentation/devicetree/bindings/openrisc/opencores/ |
H A D | or1ksim.txt | 11 - compatible: Must include "opencores,or1ksim" 21 - compatible: Must be "opencores,or1200-rtlsvn481". 29 compatible = "opencores,or1200-rtlsvn481";
|
/linux/Documentation/i2c/busses/ |
H A D | i2c-ocores.rst | 6 * OpenCores.org I2C controller by Richard Herveille (see datasheet link) 7 https://opencores.org/project/i2c/overview 14 i2c-ocores is an i2c bus driver for the OpenCores.org I2C controller
|
/linux/drivers/irqchip/ |
H A D | irq-or1k-pic.c | 160 IRQCHIP_DECLARE(or1k_pic_or1200, "opencores,or1200-pic", or1k_pic_or1200_init); 161 IRQCHIP_DECLARE(or1k_pic, "opencores,or1k-pic", or1k_pic_or1200_init); 168 IRQCHIP_DECLARE(or1k_pic_level, "opencores,or1k-pic-level", 176 IRQCHIP_DECLARE(or1k_pic_edge, "opencores,or1k-pic-edge", or1k_pic_edge_init);
|
/linux/Documentation/devicetree/bindings/spi/ |
H A D | spi_oc_tiny.txt | 1 OpenCores tiny SPI 4 - compatible : should be "opencores,tiny-spi-rtlsvn2".
|
/linux/drivers/spi/ |
H A D | spi-oc-tiny.c | 3 * OpenCores tiny SPI host driver 5 * https://opencores.org/project,tiny_spi 283 { .compatible = "opencores,tiny-spi-rtlsvn2", }, 300 MODULE_DESCRIPTION("OpenCores tiny SPI driver");
|
/linux/drivers/i2c/busses/ |
H A D | i2c-ocores.c | 3 * i2c-ocores.c: I2C bus driver for OpenCores I2C controller 4 * (https://opencores.org/project/i2c/overview) 461 .compatible = "opencores,i2c-ocores", 553 if (of_property_read_u32(np, "opencores,ip-clock-frequency", in ocores_i2c_of_probe() 557 "Missing required parameter 'opencores,ip-clock-frequency'\n"); in ocores_i2c_of_probe() 562 …"Deprecated usage of the 'clock-frequency' property, please update to 'opencores,ip-clock-frequenc… in ocores_i2c_of_probe() 783 MODULE_DESCRIPTION("OpenCores I2C bus driver");
|
/linux/arch/xtensa/boot/dts/ |
H A D | xtfpga.dtsi | 70 compatible = "opencores,ethoc"; 87 compatible = "opencores,i2c-ocores";
|
/linux/drivers/net/ethernet/ |
H A D | Kconfig | 152 tristate "OpenCores 10/100 Mbps Ethernet MAC support" 159 Say Y here if you want to use the OpenCores 10/100 Mbps Ethernet MAC.
|
H A D | ethoc.c | 1021 * ethoc_probe - initialize OpenCores ethernet MAC 1254 * ethoc_remove - shutdown OpenCores ethernet MAC 1292 { .compatible = "opencores,ethoc", }, 1311 MODULE_DESCRIPTION("OpenCores Ethernet MAC driver");
|
/linux/include/linux/spi/ |
H A D | spi_oc_tiny.h | 6 * struct tiny_spi_platform_data - platform data of the OpenCores tiny SPI
|
/linux/drivers/video/fbdev/ |
H A D | ocfb.c | 2 * OpenCores VGA/LCD 2.0 core frame buffer driver 387 { .compatible = "opencores,ocfb", }, 425 MODULE_DESCRIPTION("OpenCores VGA/LCD 2.0 frame buffer driver");
|
/linux/arch/xtensa/platforms/xtfpga/include/platform/ |
H A D | hardware.h | 48 /* OpenCores Ethernet controller: */
|
/linux/arch/xtensa/platforms/xtfpga/ |
H A D | setup.c | 141 if ((eth = of_find_compatible_node(eth, NULL, "opencores,ethoc"))) in machine_setup() 159 * Ethernet -- OpenCores Ethernet MAC (ethoc driver)
|
/linux/drivers/net/can/ctucanfd/ |
H A D | Kconfig | 29 The core has been tested together with OpenCores SJA1000
|
/linux/Documentation/devicetree/bindings/net/can/ |
H A D | ctu,ctucanfd.yaml | 17 OpenCores SJA1000 compatible controllers
|