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 6d9feca commit 533b131Copy full SHA for 533b131
soc/microchip/sam/sama7g5/soc.c
@@ -30,6 +30,11 @@ static const struct arm_mmu_region mmu_regions[] = {
30
31
MMU_REGION_FLAT_ENTRY("sckc", SCKC_BASE_ADDRESS, 0x4,
32
MT_STRONGLY_ORDERED | MPERM_R | MPERM_W),
33
+
34
+#if DT_NODE_HAS_STATUS_OKAY(DT_NODELABEL(trng))
35
+ MMU_REGION_FLAT_ENTRY("trng", TRNG_BASE_ADDRESS, 0x100,
36
+ MT_STRONGLY_ORDERED | MPERM_R | MPERM_W),
37
+#endif
38
};
39
40
const struct arm_mmu_config mmu_config = {
0 commit comments