You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
142 lines
2.5 KiB
142 lines
2.5 KiB
/* |
|
* Copyright 2024 NXP |
|
* |
|
* SPDX-License-Identifier: Apache-2.0 |
|
*/ |
|
|
|
/dts-v1/; |
|
|
|
#include <nxp/nxp_imx95_m7.dtsi> |
|
#include "imx95_evk-pinctrl.dtsi" |
|
|
|
/ { |
|
model = "NXP i.MX95 EVK board"; |
|
compatible = "nxp,imx95_evk"; |
|
|
|
chosen { |
|
/* TCM */ |
|
zephyr,flash = &itcm; |
|
zephyr,sram = &dtcm; |
|
|
|
zephyr,console = &lpuart3; |
|
zephyr,shell-uart = &lpuart3; |
|
}; |
|
}; |
|
|
|
&emdio { |
|
pinctrl-0 = <&emdio_default>; |
|
pinctrl-names = "default"; |
|
status = "disabled"; |
|
|
|
phy0: phy@1 { |
|
compatible = "realtek,rtl8211f"; |
|
reg = <0x1>; |
|
status = "disabled"; |
|
}; |
|
}; |
|
|
|
&enetc_psi0 { |
|
local-mac-address = [00 00 00 01 02 00]; |
|
pinctrl-0 = <ð0_default>; |
|
pinctrl-names = "default"; |
|
phy-handle = <&phy0>; |
|
phy-connection-type = "rgmii"; |
|
status = "disabled"; |
|
}; |
|
|
|
&flexspi { |
|
status = "okay"; |
|
ahb-prefetch; |
|
ahb-read-addr-opt; |
|
rx-clock-source = <1>; |
|
pinctrl-0 = <&flexspi_default>; |
|
pinctrl-names = "default"; |
|
mt35xu01gbba: mt35xu01gbba@0 { |
|
compatible = "nxp,imx-flexspi-nor"; |
|
size = <DT_SIZE_M(1024)>; |
|
reg = <0>; |
|
spi-max-frequency = <200000000>; |
|
status = "okay"; |
|
jedec-id = [2c 5b 1b]; |
|
erase-block-size = <4096>; |
|
write-block-size = <1>; |
|
|
|
partitions { |
|
compatible = "fixed-partitions"; |
|
#address-cells = <1>; |
|
#size-cells = <1>; |
|
|
|
/* |
|
* Partition sizes must be aligned |
|
* to the flash memory sector size of 4KB. |
|
*/ |
|
boot_partition: partition@0 { |
|
label = "mcuboot"; |
|
reg = <0x00000000 DT_SIZE_K(128)>; |
|
}; |
|
slot0_partition: partition@20000 { |
|
label = "image-0"; |
|
reg = <0x00020000 DT_SIZE_M(7)>; |
|
}; |
|
slot1_partition: partition@720000 { |
|
label = "image-1"; |
|
reg = <0x00720000 DT_SIZE_M(7)>; |
|
}; |
|
storage_partition: partition@E20000 { |
|
label = "storage"; |
|
reg = <0x00E20000 (DT_SIZE_M(2) - DT_SIZE_K(128))>; |
|
}; |
|
}; |
|
}; |
|
}; |
|
|
|
&lpi2c5 { |
|
pinctrl-0 = <&lpi2c5_default>; |
|
pinctrl-names = "default"; |
|
status = "okay"; |
|
}; |
|
|
|
&lpi2c7 { |
|
pinctrl-0 = <&lpi2c7_default>; |
|
pinctrl-names = "default"; |
|
status = "okay"; |
|
}; |
|
|
|
&lpspi1 { |
|
pinctrl-0 = <&lpspi1_default>; |
|
pinctrl-names = "default"; |
|
status = "okay"; |
|
}; |
|
|
|
&lpuart3 { |
|
status = "okay"; |
|
current-speed = <115200>; |
|
pinctrl-0 = <&lpuart3_default>; |
|
pinctrl-names = "default"; |
|
}; |
|
|
|
&lpuart5 { |
|
status = "okay"; |
|
current-speed = <115200>; |
|
pinctrl-0 = <&lpuart5_default>; |
|
pinctrl-names = "default"; |
|
}; |
|
|
|
&sai3 { |
|
pinctrl-0 = <&sai3_default>; |
|
pinctrl-names = "default"; |
|
}; |
|
|
|
&tpm2 { |
|
pinctrl-0 = <&tpm2_default>; |
|
pinctrl-names = "default"; |
|
status = "okay"; |
|
}; |
|
|
|
&lptmr2 { |
|
status = "okay"; |
|
}; |
|
|
|
&edma2 { |
|
status = "okay"; |
|
};
|
|
|