Tested with SLWSTK6061A / BRD4250B wireless starter kit. Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>
20 lines
377 B
YAML
20 lines
377 B
YAML
#
|
|
# Copyright (c) 2018, Piotr Mienkowski
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
---
|
|
title: Silicon Labs Gecko Flash Controller
|
|
version: 0.1
|
|
|
|
description: >
|
|
This binding gives a base representation of the Silicon Labs Gecko Flash Controller
|
|
|
|
inherits:
|
|
!include flash-controller.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "silabs,gecko-flash-controller"
|
|
|
|
...
|