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:
Erwin Rol 2017-10-05 02:13:46 +02:00 committed by Kumar Gala
commit eaf74f71ed
4 changed files with 45 additions and 1 deletions

View 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
...