71 lines
1.0 KiB
Plaintext
71 lines
1.0 KiB
Plaintext
/*
|
|
* Copyright 2022,2024 NXP
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include <nxp/nxp_mimx8mn_a53.dtsi>
|
|
#include "imx8mn_evk-pinctrl.dtsi"
|
|
|
|
/ {
|
|
model = "NXP i.MX8MN A53";
|
|
compatible = "fsl,mimx8mn";
|
|
|
|
chosen {
|
|
zephyr,console = &uart4;
|
|
zephyr,shell-uart = &uart4;
|
|
zephyr,sram = &sram0;
|
|
};
|
|
|
|
cpus {
|
|
cpu@0 {
|
|
status = "disabled";
|
|
};
|
|
cpu@1 {
|
|
status = "disabled";
|
|
};
|
|
};
|
|
|
|
psci {
|
|
compatible = "arm,psci-0.2";
|
|
method = "smc";
|
|
};
|
|
|
|
sram0: memory@93c00000 {
|
|
reg = <0x93c00000 DT_SIZE_M(1)>;
|
|
};
|
|
};
|
|
|
|
&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 = "qca,ar8031";
|
|
reg = <0>;
|
|
status = "okay";
|
|
};
|
|
};
|
|
|
|
&uart4 {
|
|
current-speed = <115200>;
|
|
pinctrl-0 = <&uart4_default>;
|
|
pinctrl-names = "default";
|
|
status = "okay";
|
|
};
|