Home
last modified time | relevance | path

Searched +full:local +full:- +full:mac +full:- +full:address (Results 1 – 25 of 96) sorted by relevance

1234

/Zephyr-latest/samples/net/dsa/boards/
Dip_k66f.overlay4 * SPDX-License-Identifier: Apache-2.0
8 local-mac-address = [00 00 12 13 00 10];
12 local-mac-address = [00 00 12 13 00 37];
16 local-mac-address = [00 00 12 13 00 27];
20 local-mac-address = [00 00 12 13 00 17];
/Zephyr-latest/dts/bindings/ethernet/
Dethernet-controller.yaml2 # SPDX-License-Identifier: Apache-2.0
9 local-mac-address:
10 type: uint8-array
11 description: Specifies the MAC address that was assigned to the network device
13 zephyr,random-mac-address:
16 Use a random MAC address generated when the driver is initialized.
18 MAC address in peers' ARP caches and lead to issues and delays in
24 If set we ignore any setting of the local-mac-address property.
26 phy-handle:
31 phy-connection-type:
[all …]
Dadi,adin2111.yaml2 # SPDX-License-Identifier: Apache-2.0
5 ADIN2111 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 local-mac-address = [ 3C 82 D4 A2 29 8E ];
22 compatible = "adi,adin2111-mdio";
24 #address-cells = <1>;
25 #size-cells = <0>;
[all …]
Dnxp,enet-mac.yaml2 # SPDX-License-Identifier: Apache-2.0
4 description: NXP ENET MAC/L2 Device
6 compatible: "nxp,enet-mac"
8 include: ["ethernet-controller.yaml", "pinctrl-device.yaml"]
20 nxp,ptp-clock:
26 nxp,unique-mac:
29 Use part of the unique silicon ID to generate the MAC.
31 zephyr,random-mac-address or local-mac-address also.
33 that the mac address is the same as another on the network
38 nxp,fused-mac:
[all …]
Dzephyr,cdc-ecm-ethernet.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "zephyr,cdc-ecm-ethernet"
8 include: ethernet-controller.yaml
11 remote-mac-address:
15 Remote MAC address of the virtual Ethernet connection.
16 Should not be the same as local-mac-address property.
Dzephyr,cdc-ncm-ethernet.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "zephyr,cdc-ncm-ethernet"
8 include: ethernet-controller.yaml
11 remote-mac-address:
15 Remote MAC address of the virtual Ethernet connection.
16 Should not be the same as local-mac-address property.
Dadi,adin1110.yaml2 # 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 …]
/Zephyr-latest/tests/drivers/build_all/ethernet/
Dspi_devices.overlay4 * 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 …]
/Zephyr-latest/soc/espressif/esp32s2/
DKconfig.mac2 # SPDX-License-Identifier: Apache-2.0
7 bool "Number of universally administered (by IEEE) MAC address"
10 Configure the number of universally administered (by IEEE) MAC addresses.
11 During initialization, MAC addresses for each network interface are generated or
12 derived from a single base MAC address. If the number of universal MAC addresses is two,
13 all interfaces (WiFi station, WiFi softap) receive a universally administered MAC
14 address.
16 the base MAC address. If the number of universal MAC addresses is one, only WiFi station
17 receives a universally administered MAC address.
18 The WiFi softap receives local MAC addresses. It's derived from the universal WiFi
[all …]
/Zephyr-latest/soc/espressif/esp32/
DKconfig.mac2 # SPDX-License-Identifier: Apache-2.0
7 bool "Number of universally administered (by IEEE) MAC address"
10 Configure the number of universally administered (by IEEE) MAC addresses.
11 During initialization, MAC addresses for each network interface are generated or
12 derived from a single base MAC address. If the number of universal MAC addresses is four,
14 administered MAC address. These are generated sequentially by adding 0, 1, 2 and 3 (respectively)
15 to the final octet of the base MAC address. If the number of universal MAC addresses is two,
16 only two interfaces (WiFi station and Bluetooth) receive a universally administered MAC address.
17 These are generated sequentially by adding 0 and 1 (respectively) to the base MAC address.
18 The remaining two interfaces (WiFi softap and Ethernet) receive local MAC addresses.
[all …]
/Zephyr-latest/soc/espressif/esp32c2/
DKconfig.mac2 # SPDX-License-Identifier: Apache-2.0
7 bool "Number of universally administered (by IEEE) MAC address"
10 Configure the number of universally administered (by IEEE) MAC addresses.
11 During initialization, MAC addresses for each network interface are generated or derived from a
12 single base MAC address.
13 If the number of universal MAC addresses is four, all four interfaces (WiFi station, WiFi softap,
14 Bluetooth and Ethernet) receive a universally administered MAC address. These are generated
15 sequentially by adding 0, 1, 2 and 3 (respectively) to the final octet of the base MAC address.
16 If the number of universal MAC addresses is two, only two interfaces (WiFi station and Bluetooth)
17 receive a universally administered MAC address. These are generated sequentially by adding 0
[all …]
/Zephyr-latest/soc/espressif/esp32c3/
DKconfig.mac2 # SPDX-License-Identifier: Apache-2.0
7 bool "Number of universally administered (by IEEE) MAC address"
10 Configure the number of universally administered (by IEEE) MAC addresses.
11 During initialization, MAC addresses for each network interface are generated or derived from a
12 single base MAC address.
13 If the number of universal MAC addresses is four, all four interfaces (WiFi station, WiFi softap,
14 Bluetooth and Ethernet) receive a universally administered MAC address. These are generated
15 sequentially by adding 0, 1, 2 and 3 (respectively) to the final octet of the base MAC address.
16 If the number of universal MAC addresses is two, only two interfaces (WiFi station and Bluetooth)
17 receive a universally administered MAC address. These are generated sequentially by adding 0
[all …]
/Zephyr-latest/soc/espressif/esp32c6/
DKconfig.mac2 # SPDX-License-Identifier: Apache-2.0
7 bool "Number of universally administered (by IEEE) MAC address"
10 Configure the number of universally administered (by IEEE) MAC addresses.
11 During initialization, MAC addresses for each network interface are generated or derived from a
12 single base MAC address.
13 If the number of universal MAC addresses is four, all four interfaces (WiFi station, WiFi softap,
14 Bluetooth and Ethernet) receive a universally administered MAC address. These are generated
15 sequentially by adding 0, 1, 2 and 3 (respectively) to the final octet of the base MAC address.
16 If the number of universal MAC addresses is two, only two interfaces (WiFi station and Bluetooth)
17 receive a universally administered MAC address. These are generated sequentially by adding 0
[all …]
/Zephyr-latest/soc/espressif/esp32s3/
DKconfig.mac2 # SPDX-License-Identifier: Apache-2.0
7 bool "Number of universally administered (by IEEE) MAC address"
10 Configure the number of universally administered (by IEEE) MAC addresses.
11 During initialization, MAC addresses for each network interface are generated or derived from a
12 single base MAC address.
13 If the number of universal MAC addresses is four, all four interfaces (WiFi station, WiFi softap,
14 Bluetooth and Ethernet) receive a universally administered MAC address. These are generated
15 sequentially by adding 0, 1, 2 and 3 (respectively) to the final octet of the base MAC address.
16 If the number of universal MAC addresses is two, only two interfaces (WiFi station and Bluetooth)
17 receive a universally administered MAC address. These are generated sequentially by adding 0
[all …]
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/boards/
Dnucleo_f429zi.overlay1 &mac {
2 local-mac-address = [00 00 00 77 77 77];
/Zephyr-latest/dts/bindings/dsa/
Dmicrochip_dsa.yaml2 # SPDX-License-Identifier: Apache-2.0
7 include: [spi-device.yaml]
9 dsa-master-port:
12 dsa-slave-ports:
15 reset-gpios:
16 type: phandle-array
20 child-binding:
23 local-mac-address:
24 type: uint8-array
26 Specifies the MAC address that was assigned to the port
/Zephyr-latest/drivers/ethernet/
Deth.h4 * SPDX-License-Identifier: Apache-2.0
13 /* helper macro to return mac address octet from local_mac_address prop */
16 /* Determine if a mac address is all 0's */
26 * returns false if there is no local-mac-address property or
39 /* Set MAC address locally administered, unicast (LAA) */ in gen_random_mac()
/Zephyr-latest/boards/shields/mikroe_eth3_click/
Dmikroe_eth3_click.overlay2 * SPDX-License-Identifier: Apache-2.0
11 local-mac-address = [00 00 00 01 02 03];
12 spi-max-frequency = <30000000>;
13 int-gpios = <&mikrobus_header 7 GPIO_ACTIVE_LOW>; /* INT */
/Zephyr-latest/samples/net/sockets/echo_client/boards/
Dintel_socfpga_agilex5_socdk.overlay3 * SPDX-License-Identifier: Apache-2.0
13 local-mac-address = [06 00 00 00 00 01];
/Zephyr-latest/samples/net/sockets/echo_server/boards/
Dintel_socfpga_agilex5_socdk.overlay3 * SPDX-License-Identifier: Apache-2.0
13 local-mac-address = [06 00 00 00 00 02];
/Zephyr-latest/samples/boards/nxp/s32/netc/
Dvsi-and-psi.overlay4 * SPDX-License-Identifier: Apache-2.0
8 rx-channels = <3>;
14 mbox-names = "rx", "vsi-msg";
19 local-mac-address = [00 00 00 01 02 11];
21 mbox-names = "rx";
/Zephyr-latest/boards/shields/mikroe_eth_click/
Dmikroe_eth_click.overlay2 * SPDX-License-Identifier: Apache-2.0
11 full-duplex;
12 local-mac-address = [00 00 00 01 02 03];
14 spi-max-frequency = <10000000>;
15 int-gpios = <&mikrobus_header 7 GPIO_ACTIVE_LOW>; /* INT */
/Zephyr-latest/doc/connectivity/networking/api/
Dethernet.rst7 :local:
20 Ethernet is a networking technology commonly used in local area networks (LAN).
31 * MAC address filtering
33 * :ref:`Priority queues <traffic-class-support>`
39 see what is supported by ``net iface`` net-shell command. It will print
/Zephyr-latest/boards/shields/mikroe_eth_click/boards/
Dlpcxpresso55s69_lpc55s69_cpu0.overlay4 * SPDX-License-Identifier: Apache-2.0
7 /delete-node/ &eth_click;
12 cs-gpios = <&gpio0 20 GPIO_ACTIVE_LOW>,
21 full-duplex;
22 local-mac-address = [00 00 00 01 02 03];
24 spi-max-frequency = <10000000>;
25 int-gpios = <&mikrobus_header 7 GPIO_ACTIVE_LOW>; /* INT */
/Zephyr-latest/boards/qemu/cortex_a9/
Dqemu_cortex_a9.dts3 * SPDX-License-Identifier: Apache-2.0
6 /dts-v1/;
9 #include <zephyr/dt-bindings/ethernet/xlnx_gem.h>
12 model = "QEMU Cortex-A9";
14 interrupt-parent = <&gic>;
17 #address-cells = <1>;
18 #size-cells = <0>;
22 compatible = "arm,cortex-a9";
28 compatible = "mmio-sram";
40 zephyr,shell-uart = &uart0;
[all …]

1234