Skip to content

Commit

Permalink
board: imx8mp_evk: enable ENET for A53 SMP variant
Browse files Browse the repository at this point in the history
Add ENET support for Cortex-A Core SMP board variant.

Signed-off-by: Jiafei Pan <[email protected]>
  • Loading branch information
JiafeiPan authored and nashif committed Jul 28, 2024
1 parent c143cba commit 5663a32
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
24 changes: 24 additions & 0 deletions boards/nxp/imx8mp_evk/imx8mp_evk_mimx8ml8_a53_smp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,30 @@

};

&enet {
status = "okay";
};

&enet_mac {
pinctrl-0 = <&pinmux_enet>;
pinctrl-names = "default";
phy-handle = <&phy>;
zephyr,random-mac-address;
phy-connection-type = "rgmii";
status = "okay";
};

&enet_mdio {
pinctrl-0 = <&pinmux_mdio>;
pinctrl-names = "default";
status = "okay";
phy: phy@0 {
compatible = "realtek,rtl8211f";
reg = <1>;
status = "okay";
};
};

&uart4 {
current-speed = <115200>;
pinctrl-0 = <&uart4_default>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ CONFIG_ICACHE_LINE_SIZE_DETECT=y

# Zephyr Kernel Configuration
CONFIG_XIP=n
CONFIG_KERNEL_DIRECT_MAP=y

# SMP
CONFIG_SMP=y
Expand Down

0 comments on commit 5663a32

Please sign in to comment.