mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-11 13:33:04 +00:00
Initiate stm32h7 device tree description, with stm32h747 single core configuration. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
16 lines
272 B
YAML
16 lines
272 B
YAML
---
|
|
title: STM32 H7 Flash Controller
|
|
version: 0.1
|
|
|
|
description: >
|
|
This binding gives a base representation of the STM32 H7 Flash Controller
|
|
|
|
inherits:
|
|
!include flash-controller.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "st,stm32h7-flash-controller"
|
|
|
|
...
|