Home
last modified time | relevance | path

Searched full:netc (Results 1 – 25 of 29) sorted by relevance

12

/Zephyr-latest/samples/boards/nxp/s32/netc/
Dsample.yaml2 description: Sample for show-casing the different use-cases of NXP S32 NETC driver
3 name: NXP S32 NETC sample
11 sample.boards.nxp_s32.netc.psi:
13 sample.boards.nxp_s32.netc.vsi_and_psi:
DKconfig1 # Private config options for NXP S32 NETC sample app
6 mainmenu "NXP S32 NETC sample application"
DREADME.rst2 :name: S32 Network Controller (NETC)
4 Configure NXP S32 Network Controller (NETC)
9 The sample application shows how to configure NXP S32 Network Controller (NETC)
23 :zephyr_file:`samples/boards/nxp/s32/netc`.
38 :zephyr-app: samples/boards/nxp/s32/netc
61 :zephyr-app: samples/boards/nxp/s32/netc
/Zephyr-latest/dts/bindings/ethernet/
Dnxp,s32-netc-psi.yaml4 description: NXP S32 NETC Physical Station Interface (PSI)
6 compatible: "nxp,s32-netc-psi"
17 description: NETC system clock frequency operation, in Hz.
Dnxp,s32-netc-vsi.yaml4 description: NXP S32 NETC Virtual Station Interface (VSI)
6 compatible: "nxp,s32-netc-vsi"
Dnxp,imx-netc-psi.yaml4 description: NXP i.MX NETC Physical Station Interface (PSI)
6 compatible: "nxp,imx-netc-psi"
/Zephyr-latest/drivers/mdio/
DKconfig.nxp_imx_netc5 bool "NXP i.MX NETC External MDIO driver"
10 Enable NETC External MDIO Controller driver for NXP i.MX SoCs.
DKconfig.nxp_s32_netc5 bool "NXP S32 NETC External MDIO driver"
12 Enable NETC External MDIO Controller driver for NXP S32 SoCs.
/Zephyr-latest/dts/bindings/mdio/
Dnxp,s32-netc-emdio.yaml4 description: NXP S32 NETC External MDIO controller
6 compatible: "nxp,s32-netc-emdio"
Dnxp,imx-netc-emdio.yaml4 description: NXP i.MX NETC External MDIO controller
6 compatible: "nxp,imx-netc-emdio"
/Zephyr-latest/drivers/ethernet/
DKconfig.nxp_s32_netc5 bool "NXP S32 Ethernet Switch and Controller (NETC) driver"
13 Enable Ethernet Switch and Controller (NETC) driver for NXP S32 SoCs.
82 RX interrupt coalescing timer threshold, in units of NETC clock cycles.
DKconfig.nxp_imx_netc5 bool "NXP IMX Ethernet and Network Controller (NETC) driver"
11 Enable Ethernet and Network Controller (NETC) driver for NXP IMX SoCs.
Deth_nxp_s32_netc_psi.c153 LOG_ERR("Failed to configure NETC Switch CGM"); in nxp_s32_eth_initialize()
448 LOG_ERR("Failed to initialize NETC Switch %d (%d)", in DT_INST_FOREACH_STATUS_OKAY()
457 * NETC Switch driver must be initialized before any other NETC component.
Deth_nxp_imx_netc_priv.h45 /* Helper macros to convert from Zephyr PHY speed to NETC speed/duplex types */
Deth_nxp_s32_netc_priv.h27 /* Helper macros to convert from Zephyr PHY speed to NETC baudrate/duplex types */
/Zephyr-latest/boards/nxp/mimxrt1180_evk/
Dboard.c13 #if defined(CONFIG_ETH_NXP_IMX_NETC) && (DT_CHILD_NUM_STATUS_OKAY(DT_NODELABEL(netc)) != 0) in board_early_init_hook()
21 /* Unlock the IERB. It will warm reset whole NETC. */ in board_early_init_hook()
/Zephyr-latest/soc/nxp/s32/s32ze/
DKconfig.defconfig26 # NETC drops TCP/UDP packets with invalid checksum
Dsoc.h28 /* NETC */
/Zephyr-latest/dts/arm/nxp/
Dnxp_s32z27x_r52.dtsi637 netc: ethernet@74000000 { label
644 compatible = "nxp,s32-netc-emdio";
652 compatible = "nxp,s32-netc-psi";
658 compatible = "nxp,s32-netc-vsi";
664 compatible = "nxp,s32-netc-vsi";
670 compatible = "nxp,s32-netc-vsi";
676 compatible = "nxp,s32-netc-vsi";
682 compatible = "nxp,s32-netc-vsi";
688 compatible = "nxp,s32-netc-vsi";
694 compatible = "nxp,s32-netc-vsi";
Dnxp_rt118x.dtsi573 netc: ethernet@60000000 { label
580 compatible = "nxp,imx-netc-psi";
588 compatible = "nxp,imx-netc-psi";
596 compatible = "nxp,imx-netc-emdio";
/Zephyr-latest/include/zephyr/dt-bindings/clock/
Dimx_ccm_rev2.h134 /* NETC */
/Zephyr-latest/soc/nxp/imxrt/imxrt118x/
Dsoc.c304 #if defined(CONFIG_ETH_NXP_IMX_NETC) && (DT_CHILD_NUM_STATUS_OKAY(DT_NODELABEL(netc)) != 0) in clock_init()
315 /* Configure NETC using SYS_PLL3_PFD3_CLK */ in clock_init()
345 /* Set NETC PORT Ref clock source. */ in clock_init()
/Zephyr-latest/boards/nxp/mimxrt1180_evk/doc/
Dindex.rst109 | NETC | on-chip | ethernet, mdio |
163 NETC driver supports to manage the Physical Station Interface (PSI).
/Zephyr-latest/boards/nxp/s32z2xxdc2/doc/
Dindex.rst37 | NETC | on-chip | ethernet |
134 NETC driver supports to manage the Physical Station Interface (PSI0) and/or a
/Zephyr-latest/doc/_scripts/
Dredirects.py267 ('samples/boards/nxp_s32/netc/README', 'samples/boards/nxp/s32/netc/README'),

12