Searched refs:dtcm (Results 76 – 100 of 100) sorted by relevance
1234
/Zephyr-latest/boards/nxp/mimxrt1040_evk/ |
D | mimxrt1040_evk.dts | 28 zephyr,dtcm = &dtcm;
|
/Zephyr-latest/soc/nxp/imxrt/ |
D | Kconfig.defconfig | 72 DT_CHOSEN_Z_DTCM := zephyr,dtcm
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_rt1024.dtsi | 36 &dtcm {
|
D | nxp_imx8m_m4.dtsi | 32 compatible = "nxp,imx-dtcm";
|
D | nxp_rt10xx.dtsi | 107 dtcm: dtcm@20000000 { label 108 compatible = "zephyr,memory-region", "nxp,imx-dtcm";
|
D | nxp_s32k344_m7.dtsi | 50 dtcm: memory@20000000 { label 51 compatible = "zephyr,memory-region", "arm,dtcm";
|
D | nxp_imx7d_m4.dtsi | 44 compatible = "nxp,imx-dtcm";
|
D | nxp_rt1010.dtsi | 26 &dtcm {
|
D | nxp_imx6sx_m4.dtsi | 39 compatible = "nxp,imx-dtcm";
|
/Zephyr-latest/boards/witte/linum/ |
D | linum.dts | 21 zephyr,dtcm = &dtcm;
|
/Zephyr-latest/boards/nxp/mimxrt1064_evk/ |
D | mimxrt1064_evk.dts | 33 zephyr,dtcm = &dtcm;
|
/Zephyr-latest/boards/nxp/mimxrt1062_fmurt6/ |
D | mimxrt1062_fmurt6.dts | 35 zephyr,dtcm = &dtcm;
|
/Zephyr-latest/boards/nxp/vmu_rt1170/ |
D | vmu_rt1170_mimxrt1176_cm7.dts | 31 zephyr,dtcm = &dtcm;
|
/Zephyr-latest/boards/nxp/mr_canhubk3/ |
D | mr_canhubk3.dts | 24 zephyr,dtcm = &dtcm;
|
/Zephyr-latest/boards/digilent/arty_a7/dts/ |
D | arty_a7_arm_designstart.dtsi | 17 zephyr,sram = &dtcm;
|
/Zephyr-latest/cmake/linker_script/arm/ |
D | linker.cmake | 185 dt_chosen(chosen_dtcm PROPERTY "zephyr,dtcm")
|
/Zephyr-latest/dts/arm/st/h7rs/ |
D | stm32h7rs.dtsi | 68 dtcm: memory@20000000 { label 69 compatible = "zephyr,memory-region", "arm,dtcm";
|
/Zephyr-latest/boards/phytec/phyboard_pollux/doc/ |
D | index.rst | 152 zephyr,sram = &dtcm;
|
/Zephyr-latest/soc/andestech/ae350/ |
D | linker.ld | 375 #include <snippets-dtcm-section.ld>
|
/Zephyr-latest/soc/infineon/cat1b/cyw20829/ |
D | linker.ld | 432 #include <snippets-dtcm-section.ld>
|
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/scripts/ |
D | linker.ld | 399 #include <snippets-dtcm-section.ld>
|
/Zephyr-latest/include/zephyr/arch/riscv/common/ |
D | linker.ld | 404 #include <snippets-dtcm-section.ld>
|
/Zephyr-latest/doc/build/dts/api/ |
D | api.rst | 406 * - zephyr,dtcm
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_stm32_hal.c | 54 #error DTCM for DMA buffer is activated but zephyr,dtcm is not present in dts
|
/Zephyr-latest/cmake/modules/ |
D | extensions.cmake | 1253 # DTCM_SECTION Inside the dtcm data section. 1307 set(dtcm_path "${snippet_base}/snippets-dtcm-section.ld") 1364 dt_has_chosen(HAS_DTCM PROPERTY "zephyr,dtcm") 1366 message(FATAL_ERROR "Trying to link snippet into dtcm but no dtcm available. " 1367 "Add `zephyr,dtcm` to the device tree if supported on your device or choose another "
|
1234