dts: arm: stm32: Add ccm address and size configurations
Configure ccm size and address via dts. According to the DT specification, the unit-address of a node must match the first address specified in the reg property of the node. Signed-off-by: Erwin Rol <erwin@erwinrol.com>
This commit is contained in:
parent
1dc41d19b3
commit
eaf74f71ed
4 changed files with 45 additions and 1 deletions
26
dts/bindings/arm/st,stm32-ccm.yaml
Normal file
26
dts/bindings/arm/st,stm32-ccm.yaml
Normal file
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
title: STM32 CCM
|
||||
id: st,stm32-ccm
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the STM32 CCM (Core Coupled Memory)
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
type: string
|
||||
category: required
|
||||
constraint: "st,stm32-ccm"
|
||||
|
||||
reg:
|
||||
type: int
|
||||
description: mmio register space
|
||||
generation: define
|
||||
category: required
|
||||
|
||||
base_label: CCM
|
||||
use-property-label: yes
|
||||
|
||||
...
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue