Commit 02ec75ed authored by Gatien Chevallier's avatar Gatien Chevallier Committed by Alexandre Torgue
Browse files

dt-bindings: treewide: add access-controllers description



access-controllers is an optional property that allows a peripheral to
refer to one or more domain access controller(s).

Description of this property is added to all peripheral binding files of
the peripheral under the STM32 firewall controller. It allows an accurate
representation of the hardware, where various peripherals are connected
to a firewall bus. The firewall can then check the peripheral accesses
before allowing its device to probe.

Signed-off-by: default avatarGatien Chevallier <gatien.chevallier@foss.st.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@foss.st.com>
parent d7218d3c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -46,6 +46,10 @@ properties:
  power-domains:
    maxItems: 1

  access-controllers:
    minItems: 1
    maxItems: 2

required:
  - compatible
  - reg
+4 −0
Original line number Diff line number Diff line
@@ -51,6 +51,10 @@ properties:
  power-domains:
    maxItems: 1

  access-controllers:
    minItems: 1
    maxItems: 2

required:
  - compatible
  - reg
+4 −0
Original line number Diff line number Diff line
@@ -82,6 +82,10 @@ properties:
    description: if defined, it indicates that the controller
      supports memory-to-memory transfer

  access-controllers:
    minItems: 1
    maxItems: 2

required:
  - compatible
  - reg
+4 −0
Original line number Diff line number Diff line
@@ -28,6 +28,10 @@ properties:
  resets:
    maxItems: 1

  access-controllers:
    minItems: 1
    maxItems: 2

required:
  - compatible
  - reg
+4 −0
Original line number Diff line number Diff line
@@ -127,6 +127,10 @@ properties:

  wakeup-source: true

  access-controllers:
    minItems: 1
    maxItems: 2

required:
  - compatible
  - reg
Loading