We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf694d7 commit 1a39f7fCopy full SHA for 1a39f7f
soc/microchip/sam/sama7g5/soc.c
@@ -45,6 +45,10 @@ static const struct arm_mmu_region mmu_regions[] = {
45
46
MMU_REGION_FLAT_ENTRY("sdmmc1", SDMMC1_BASE_ADDRESS, 0x4000,
47
MT_STRONGLY_ORDERED | MPERM_R | MPERM_W),
48
+
49
+ IF_ENABLED(DT_NODE_HAS_STATUS_OKAY(DT_NODELABEL(trng)),
50
+ (MMU_REGION_FLAT_ENTRY("trng", TRNG_BASE_ADDRESS, 0x100,
51
+ MT_STRONGLY_ORDERED | MPERM_R | MPERM_W),))
52
};
53
54
const struct arm_mmu_config mmu_config = {
0 commit comments