mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-17 10:33:04 +00:00
Added device tree support for POSIX architecture based boards. Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
17 lines
293 B
YAML
17 lines
293 B
YAML
---
|
|
title: Native POSIX Flash Controller
|
|
version: 0.1
|
|
|
|
description: >
|
|
This binding gives a base representation of the Native POSIX flash
|
|
controller
|
|
|
|
inherits:
|
|
!include flash-controller.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "zephyr,native-posix-flash-controller"
|
|
|
|
...
|