2017-10-05 08:13:46 +08:00
|
|
|
---
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
title: STM32 CCM
|
|
|
|
version: 0.1
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This binding gives a base representation of the STM32 CCM (Core Coupled Memory)
|
|
|
|
|
|
|
|
properties:
|
2018-08-20 19:45:55 +08:00
|
|
|
compatible:
|
|
|
|
type: string
|
|
|
|
category: required
|
|
|
|
constraint: "st,stm32-ccm"
|
|
|
|
generation: define
|
2017-10-05 08:13:46 +08:00
|
|
|
|
2018-08-20 19:45:55 +08:00
|
|
|
reg:
|
|
|
|
type: int
|
|
|
|
description: mmio register space
|
|
|
|
generation: define
|
|
|
|
category: required
|
2017-10-05 08:13:46 +08:00
|
|
|
|
|
|
|
...
|