Searched full:ksz8794 (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/dts/bindings/dsa/ |
D | microchip,ksz8794.yaml | 5 KSZ8794 ethernet switch with SPI interface 7 compatible: "microchip,ksz8794"
|
D | microchip_dsa.yaml | 18 The pin is asserted for 10ms during boot to reset the KSZ8794.
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.dsa | 25 bool "Support for KSZ8794" 31 Add support for KSZ8794 DSA device driver.
|
D | dsa_ksz8xxx.c | 139 * Wait for SPI of KSZ8794 being fully operational - up to 10 ms in dsa_ksz8xxx_probe() 148 LOG_ERR("KSZ8794: No SPI communication!"); in dsa_ksz8xxx_probe() 166 LOG_DBG("KSZ8794: ID0: 0x%x ID1: 0x%x timeout: %d", val[1], val[0], in dsa_ksz8xxx_probe() 176 * According to KSZ8794 manual - write to static mac address table in dsa_ksz8xxx_write_static_mac_table() 208 * format, as it eases programming proper KSZ8794 registers. in dsa_ksz8xxx_set_static_mac_table() 234 * According to KSZ8794 manual - read from static mac address table in dsa_ksz8xxx_read_static_mac_table() 333 LOG_DBG("KSZ8794: CONTROL6: 0x%x port4", tmp); in dsa_ksz8xxx_switch_setup() 336 LOG_DBG("KSZ8794: CONTROL2: 0x%x port4", tmp); in dsa_ksz8xxx_switch_setup() 426 LOG_INF("apply workarkound 0x01 for short connections on KSZ8794"); in dsa_ksz8794_phy_workaround_0x01() 553 LOG_INF("apply workarkound 0x02 link issue CAT-5E/6 on KSZ8794"); in dsa_ksz8794_phy_workaround_0x02() [all …]
|
D | dsa_ksz8794.h | 261 * KSZ8794 register's MAP 270 /* LAN ports for the ksz8794 switch */
|
/Zephyr-latest/boards/segger/ip_k66f/ |
D | ip_k66f.dts | 135 ksz8794: dsa@0 { label 136 compatible = "microchip,ksz8794";
|
/Zephyr-latest/tests/drivers/build_all/ethernet/ |
D | app.overlay | 55 compatible = "microchip,ksz8794";
|
/Zephyr-latest/include/zephyr/net/ |
D | dsa.h | 33 * - KSZ8794 - 1 byte 165 * Each switch instance (e.g. two KSZ8794 ICs) would have its own struct
|
D | ethernet.h | 128 * Extend the max frame size for DSA (KSZ8794) by one byte (to 1519) to
|