dts: arm: add DTS binding for ARM MPU peripheral

Add DTS binding files for the ARM MPU, for both ARM
MPU architecture variants, ARMv7-M and ARMv8-M.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
Ioannis Glaropoulos 2018-12-18 19:24:53 +01:00 committed by Kumar Gala
parent a1e3f39214
commit 0a08c4e1e9
2 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,28 @@
---
title: ARMv7-M Memory Protection Unit
version: 0.1
description: >
This binding describes the ARMv7-M Memory Protection Unit (MPU).
properties:
compatible:
category: required
type: string
description: compatible strings
constraint: "arm,armv7m-mpu"
generation: define
reg:
category: required
type: int
description: mmio register space
generation: define
arm,num-mpu-regions:
category: required
type: int
description: number of MPU regions supported by hardware
generation: define
...

View File

@ -0,0 +1,28 @@
---
title: ARMv8-M Memory Protection Unit
version: 0.1
description: >
This binding describes the ARMv8-M Memory Protection Unit (MPU).
properties:
compatible:
category: required
type: string
description: compatible strings
constraint: "arm,armv8m-mpu"
generation: define
reg:
category: required
type: int
description: mmio register space
generation: define
arm,num-mpu-regions:
category: required
type: int
description: number of MPU regions supported by hardware
generation: define
...