commit | 26d56eb0a5bd2c40c5b9cb98650997b5606a9cf8 | [log] [tgz] |
---|---|---|
author | Andrej Butok <andrey.butok@nxp.com> | Tue Jun 04 15:47:48 2024 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Jun 04 19:09:36 2024 -0400 |
tree | 74c5d3b4a1eb6fce8efd9a6ffefde5ed67cdade4 | |
parent | 459517badcaacad9cf4d1781c43c4b34e62771ae [diff] |
boards: nxp: frdm_k22f: fix the flash size value - The MK22FN512VLH12 chip, installed on frdm_k22f, has 512 KB of Program Flash and 128KB SRAM according to the K22P121M120SF7RM.pdf manual (page 55). - Fix the flash size to 512KB (was 1MB). - Add nxp_k22fn512.dtsi with correct flash size value. Signed-off-by: Andrej Butok <andrey.butok@nxp.com>