summaryrefslogtreecommitdiffstats
path: root/bsps/arm/imxrt/dts (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-11-28bsps/imxrt1166: Disable video_muxChristian Mauderer2-4/+7
The pinctrl-0 of the video_mux might overwrite pin settings done by other peripherals. Disabling it by default prevents unexpected pin settings.
2023-08-21bsps/arm/imxrt1166: Enable USBChristian Mauderer2-46/+77
Enable the USB modules in the FDT.
2023-07-24bsps/imxrt: Add imxrt1166_cm7_saltshaker BSPChristian Mauderer2-0/+2695
The BSP is for a custom i.MXRT1166 based board. At the moment, only the cortex M7 is supported.
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2022-02-21bsp/imxrt: Enforce alignment for devicetreeChristian Mauderer2-2/+2
A device tree binary has to be 8 byte aligned in memory. This is checked since RTEMS commit 34052ef78cf8724dee73e9279b2c6bff8cfed234 "libfdt: Add FDT alignment check to fdt_check_header()".
2021-05-17bsps/imxrt: Add addresses and interrupts to dtsChristian Mauderer1-446/+1182
Add addresses and interrupts for most internal peripherals to the dts. The additional aliases make it possible for an application to easily access these informations. Update #4180
2021-05-17bsps/imxrt: Reduce devicetree sizeChristian Mauderer2-765/+472
Remove symbols that would be necessary for overlays and decrease padding that would be necessary for adding stuff during run-time. Update #4180
2021-03-21bsps/arm/imxrt: Add FDT and FDT helper for QTMRChristian Mauderer1-139/+195
Makes it simpler to access the QTMR in an application via a FDT name or link in an application specific FDT entry.
2021-01-21bsps/imxrt: Add DMA numbers to dtsiChristian Mauderer1-478/+559
Also currently no driver uses these numbers, it is usefull for applications that want to use the DMA. Update #4180
2021-01-21bsps/imxrt: Use standard names to avoid warningsChristian Mauderer1-98/+95
If spi or i2c slaves are "connected" to the spi or i2c bus, the device tree compiler complains if the busses are not named spi or i2c. Update #4180
2020-12-14bsps/imxrt: Split up dts.Christian Mauderer1-290/+2
This allows simpler creation of own dts files for custom boards. Update #4180
2020-11-20bsp/imxrt: Add new BSPChristian Mauderer2-0/+1210
Update #4180