summaryrefslogtreecommitdiffstats
path: root/bsps/arm/imxrt/dts/imxrt1050-evkb.dts (unfollow)
Commit message (Collapse)AuthorFilesLines
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 Mauderer1-1/+1
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: Reduce devicetree sizeChristian Mauderer1-1/+1
Remove symbols that would be necessary for overlays and decrease padding that would be necessary for adding stuff during run-time. 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 Mauderer1-0/+410
Update #4180