Searched +full:adin2111 +full:- +full:phy (Results 1 – 19 of 19) sorted by relevance
/Zephyr-latest/dts/bindings/ethernet/ |
D | adi,adin2111.yaml | 2 # SPDX-License-Identifier: Apache-2.0 5 ADIN2111 standalone 10BASE-T1L Ethernet controller with SPI interface. 9 adin2111: adin2111@0 { 10 compatible = "adi,adin2111"; 12 spi-max-frequency = <25000000>; 13 int-gpios = <&gpioe 12 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; 14 reset-gpios = <&gpioe 8 GPIO_ACTIVE_LOW>; 16 local-mac-address = [ CA 2F B7 10 23 63 ]; 19 local-mac-address = [ 3C 82 D4 A2 29 8E ]; 22 compatible = "adi,adin2111-mdio"; [all …]
|
D | adi,adin2111-phy.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 description: ADIN2111 PHY 6 compatible: "adi,adin2111-phy" 8 include: phy.yaml 10 on-bus: mdio 15 description: 5-bit physical/port address (PRTAD). 16 led0-en: 19 led1-en: 22 disable-tx-mode-24v:
|
D | adi,adin1110.yaml | 2 # SPDX-License-Identifier: Apache-2.0 5 ADIN1110 standalone 10BASE-T1L Ethernet controller with SPI interface. 12 spi-max-frequency = <25000000>; 13 int-gpios = <&gpioe 12 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; 14 reset-gpios = <&gpioe 8 GPIO_ACTIVE_LOW>; 16 local-mac-address = [ CA 2F B7 10 23 63 ]; 19 compatible = "adi,adin2111-mdio"; 21 #address-cells = <1>; 22 #size-cells = <0>; 23 ethernet-phy@1 { [all …]
|
D | adi,adin1100-phy.yaml | 3 # SPDX-License-Identifier: Apache-2.0 5 description: ADIN1100 PHY 7 compatible: "adi,adin1100-phy" 9 include: adi,adin2111-phy.yaml
|
/Zephyr-latest/tests/drivers/build_all/ethernet/ |
D | spi_devices.overlay | 4 * SPDX-License-Identifier: Apache-2.0 9 * with real-world devicetree nodes, to allow these tests to run on 15 #address-cells = <1>; 16 #size-cells = <1>; 20 gpio-controller; 22 #gpio-cells = <0x2>; 27 #address-cells = <1>; 28 #size-cells = <0>; 32 clock-frequency = <2000000>; 35 cs-gpios = <&test_gpio 0 0>, [all …]
|
D | app.overlay | 3 * SPDX-License-Identifier: Apache-2.0 8 #address-cells = <1>; 9 #size-cells = <1>; 13 gpio-controller; 15 #gpio-cells = <0x2>; 23 compatible = "zephyr,mdio-gpio"; 24 mdc-gpios = <&test_gpio 0 0>; 25 mdio-gpios = <&test_gpio 0 0>; 27 #address-cells = <1>; 28 #size-cells = <0>; [all …]
|
/Zephyr-latest/drivers/ethernet/phy/ |
D | Kconfig | 1 # Ethernet PHY drivers configuration options 3 # Copyright (c) 2021 IP-Logix Inc. 4 # SPDX-License-Identifier: Apache-2.0 7 bool "Ethernet PHY drivers" 12 module = PHY 13 module-dep = LOG 14 module-str = Log level for Ethernet PHY driver 15 module-help = Sets log level for Ethernet PHY Device Drivers. 17 source "drivers/ethernet/phy/Kconfig.tja1103" 18 source "drivers/ethernet/phy/Kconfig.dm8806" [all …]
|
D | phy_adin2111.c | 5 * SPDX-License-Identifier: Apache-2.0 18 #include <zephyr/net/phy.h> 32 /* PHY's software powerdown check retry delay */ 34 /* Number of retries for PHY's software powerdown check */ 43 /* ADIN2111 PHY identifier */ 56 * - RM mask 0x6FFF 57 * - ADI driver example mask 0x2BFF 60 * The tests show that PHY is still functioning when bit 10 is raised. 66 /* PHY Subsystem Interrupt Mask Register */ 68 /* PHY Subsystem Interrupt Status Register */ [all …]
|
/Zephyr-latest/boards/adi/eval_adin2111ebz/ |
D | adi_eval_adin2111ebz.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 10 #include <st/l4/stm32l4s5qiix-pinctrl.dtsi> 13 model = "Analog Devices Inc. EVAL-ADIN2111EBZ board"; 14 compatible = "adi,eval-adin2111ebz"; 18 zephyr,shell-uart = &usart1; 21 zephyr,code-partition = &slot0_partition; 25 compatible = "gpio-leds"; 67 div-m = <4>; 68 mul-n = <40>; [all …]
|
/Zephyr-latest/include/zephyr/drivers/ethernet/ |
D | eth_adin2111.h | 4 * SPDX-License-Identifier: Apache-2.0 21 * @param[in] dev ADIN2111 device. 27 * @retval -EBUSY Returned without waiting. 28 * @retval -EAGAIN Waiting period timed out. 35 * @param[in] dev ADIN2111 device. 38 * @retval -EPERM The current thread does not own the device lock. 39 * @retval -EINVAL The device is not locked. 49 * @param[in] dev ADIN2111 device. 64 * @param[in] dev ADIN2111 device. 79 * @param[in] dev ADIN2111 device. [all …]
|
/Zephyr-latest/boards/adi/eval_adin2111ebz/doc/ |
D | index.rst | 6 The EVAL-ADIN2111EBZ is a flexible platform enabling quick evaluation of the ADIN2111, robust, 7 low power 10BASE-T1L 2-Port Ethernet switch. The evaluation board provides 2 10BASE-T1L channels 10 The ADIN2111 internal switch can be configured in store and forward mode between the two 10BASE-T1L 15 via USB port, the full set of ADIN2111 register settings and features such as link quality 19 Alternatively, the board can operate in cut-through mode between Port 1 and Port 2 (unmanaged 20 configuration without firmware) where the EVAL-ADIN2111EBZ acts as a network switch forwarding 21 packets between the 2x 10BASE-T1L ports. The 2x links are configured by setting the ADIN2111 22 hardware configuration pins jumper and switches. The 2x On-board Activity LEDs provide Link 25 Custom firmware can also be developed and the ADIN2111 driver support package includes simple 41 The ADI EVAL-ADIN2111EBZ hardware features list is available here: [all …]
|
/Zephyr-latest/boards/adi/apard32690/ |
D | apard32690_max32690_m4.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 10 #include <adi/max32/max32690-pinctrl.dtsi> 11 #include <zephyr/dt-bindings/gpio/adi-max32-gpio.h> 12 #include <zephyr/dt-bindings/input/input-event-codes.h> 15 model = "Analog Devices AD-APARD32690-SL"; 20 zephyr,shell-uart = &uart0; 26 compatible = "gpio-leds"; 42 compatible = "gpio-keys"; 58 compatible = "arduino-header-r3"; [all …]
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig | 4 # SPDX-License-Identifier: Apache-2.0 19 This option enables using the drivers in a so-called "raw" mode, 24 module-dep = LOG 25 module-str = Log level for Ethernet driver 26 module-help = Sets log level for Ethernet Device Drivers. 35 a parameter to -nic qemu command line option. The network 36 interface must be created before starting QEMU. The net-setup.sh 37 script from net-tools project can be used to create the network 41 string "Extra arguments to QEMU -nic option" 45 Extra arguments passed to QEMU -nic option when Ethernet Networking [all …]
|
D | eth_adin2111.c | 4 * SPDX-License-Identifier: Apache-2.0 12 #include <zephyr/net/phy.h> 22 #include <zephyr/net/phy.h> 25 #include "phy/phy_adin2111_priv.h" 86 return -EBUSY; in eth_adin2111_mac_reset() 111 struct adin2111_data *ctx = dev->data; in eth_adin2111_get_iface() 113 return ((struct adin2111_port_data *)ctx->port[port_idx]->data)->iface; in eth_adin2111_get_iface() 118 struct adin2111_data *ctx = dev->data; in eth_adin2111_lock() 120 return k_mutex_lock(&ctx->lock, timeout); in eth_adin2111_lock() 125 struct adin2111_data *ctx = dev->data; in eth_adin2111_unlock() [all …]
|
/Zephyr-latest/boards/adi/eval_adin1110ebz/ |
D | adi_eval_adin1110ebz.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 10 #include <st/l4/stm32l4s5qiix-pinctrl.dtsi> 12 #include <zephyr/dt-bindings/memory-controller/stm32-fmc-nor-psram.h> 15 model = "Analog Devices Inc. EVAL-ADIN1110EBZ board"; 16 compatible = "adi,eval-adin1110ebz"; 20 zephyr,shell-uart = &usart1; 23 zephyr,code-partition = &slot0_partition; 24 zephyr,flash-controller = &mx25r6435f; 28 compatible = "zephyr,memory-region", "mmio-sram"; [all …]
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.7.rst | 10 This release is the last non-maintenance 3.x release and, as such, will be the next 18 * A long-awaited :ref:`HTTP Server <http_server_interface>` library, and associated service API, 21 * :ref:`POSIX support <posix_support>` has been extended, with most Options of the IEEE 1003-2017 25 * Bluetooth Host has been extended with support for the Nordic UART Service (NUS), Hands-free Audio 29 :ref:`read-then-decode approach <sensor-read-and-decode>` that enables more types of sensors and 35 * Trusted Firmware-M (TF-M) 2.1.0 and Mbed TLS 3.6.0 have been integrated into Zephyr. 39 1588) allows to synchronize time across devices with sub-microsecond accuracy. 52 * 1-Wire 71 :ref:`pinctrl-guide` for more details. 88 * CVE-2024-3077 `Zephyr project bug tracker GHSA-gmfv-4vfh-2mh8 [all …]
|
D | release-notes-3.5.rst | 38 * CVE-2023-3725 `Zephyr project bug tracker GHSA-2g3m-p6c7-8rr3 39 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-2g3m-p6c7-8rr3>`_ 41 * CVE-2023-4257 `Zephyr project bug tracker GHSA-853q-q69w-gf5j 42 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-853q-q69w-gf5j>`_ 44 * CVE-2023-4258 `Zephyr project bug tracker GHSA-m34c-cp63-rwh7 45 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-m34c-cp63-rwh7>`_ 47 * CVE-2023-4259 `Zephyr project bug tracker GHSA-gghm-c696-f4j4 48 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gghm-c696-f4j4>`_ 50 * CVE-2023-4260 `Zephyr project bug tracker GHSA-gj27-862r-55wh 51 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-gj27-862r-55wh>`_ [all …]
|
D | release-notes-3.6.rst | 12 * New :ref:`GNSS subsystem <gnss_api>` added, enabling geo-awareness in Zephyr applications. 13 * New API and drivers introduced for interfacing with :ref:`keyboard matrices <gpio-kbd>`. 16 * Integrated Trusted Firmware-M (TF-M) 2.0, including an update to Mbed TLS 3.5.2. 23 * Over 30 new supported boards, spanning all Zephyr-supported architectures. 37 * CVE-2023-5779 `Zephyr project bug tracker GHSA-7cmj-963q-jj47 38 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-7cmj-963q-jj47>`_ 40 * CVE-2023-6249 `Zephyr project bug tracker GHSA-32f5-3p9h-2rqc 41 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-32f5-3p9h-2rqc>`_ 43 * CVE-2023-6749 `Zephyr project bug tracker GHSA-757h-rw37-66hw 44 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-757h-rw37-66hw>`_ [all …]
|
D | release-notes-4.0.rst | 15 is now the standard way to provide device-specific protection to data at rest. (:github:`76222`) 18 :ref:`ZMS <zms_api>` is a new key-value storage subsystem compatible with all non-volatile storage 25 runtime configuration through vendor specific APIs. Initially the :dtcompatible:`nordic,nrf-comp`, 26 :dtcompatible:`nordic,nrf-lpcomp` and :dtcompatible:`nxp,kinetis-acmp` are supported. 31 Initially implemented drivers include a simple :dtcompatible:`zephyr,gpio-steppers` and a complex 32 sensor-less stall-detection capable with integrated ramp-controller :dtcompatible:`adi,tmc5041`. 50 directory for :zephyr:code-sample-category:`code samples <samples>`. 70 * :cve:`2024-8798`: Under embargo until 2024-11-22 71 * :cve:`2024-10395`: Under embargo until 2025-01-23 72 * :cve:`2024-11263` `Zephyr project bug tracker GHSA-jjf3-7x72-pqm9 [all …]
|