dts: bindings: Remove unused 'version' field
No binding has anything but 'version: 0.1', and the code in scripts/dts/ never does anything with it except print a warning if it isn't there. It's undocumented what it means. I suspect it's overkill if it's meant to be the binding format version. If we'd need to tell different versions from each other, we could change some other minor thing in the format, and it probably won't be needed. Remove the 'version' fields from the bindings and the warning from the scripts/dts/ scripts. The new device tree script will give an error when unknown fields appear in bindings. The deletion was done with git ls-files 'dts/bindings/*.yaml' | xargs sed -i '/^\s*version: /d' Some blank lines at the beginning of bindings were removed as well. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
6b8433bd33
commit
0ec0c84808
346 changed files with 1 additions and 452 deletions
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: ARC DCCM
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the ARC DCCM
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: ARC ICCM
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the ARC ICCM
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
title: DTCM
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the Cortex M7 DTCM (Data Tightly Coupled Memory)
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: ARM Serial Configuration Control
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the ARM SCC
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
title: Atmel Device ID (Serial Number) binding
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
Binding for locating the Device ID (serial number) on Atmel SAM0 devices.
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
title: Atmel DMAC binding
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
Binding for the Atmel SAM0 DMA controller.
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
title: Atmel SERCOM binding
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
Binding for the Atmel SAM0 multi-protocol (UART, SPI, I2C) SERCOM unit.
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: Nordic DPPIC
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
Binding for the Nordic DPPIC
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
title: Nordic FICR (Factory Information Configuration Registers)
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
Binding for the Nordic FICR (Factory Information Configuration Registers)
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
title: Nordic SPU (System Protection Unit)
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
Binding for the Nordic SPU (System Protection Unit)
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: i.MX DTCM (Data Tightly Coupled Memory)
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the i.MX DTCM
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: IMX EPIT COUNTER
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the i.MX Enhanced Periodic Interrupt Timer (EPIT)
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: i.MX ITCM (Instruction Tightly Coupled Memory)
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the i.MX ITCM
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: IMX MESSAGING UNIT
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the i.MX Messaging Unit
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: NXP Kinetis PCC (Peripheral Clock Controller)
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This is a representation of the NXP Kinetis PCC IP node
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: NXP Kinetis SCG (System Clock Generator)
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This is a representation of the NXP Kinetis SCG IP node
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: Kinetis System Integration Module (SIM)
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This is a representation of the Kinetis SIM IP node
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: LPC MAILBOX
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the LPC MAILBOX
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
|
||||
# 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)
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
title: TI CC2650 PRCM
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the TI CC2650
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: ST Microelectronics MPXXDTYY digital pdm microphone family
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of MPXXDTYY digital microphone family
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: Texas Instruments TLV320DAC Audio DAC
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of TLV320DAC310x Audio DAC
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
title: base device binding
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
Binding for device
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: Bluetooth controller that provides Host Controller Interface over SPI
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives the base representation of a bluetooth controller node
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: Bluetooth module based on Zephyr's Bluetooth HCI SPI driver
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives the base representation of a bluetooth module which use
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: CAN Device Base Structure
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives the base structures for all can devices
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
title: CAN Base Structure
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives the base structures for all CAN devices
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: MCP2515 CAN
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the MCP2515 SPI CAN controller
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: NXP FlexCAN
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the NXP FlexCAN controller
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
title: STM32 CAN
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the STM32 CAN controller
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: Generic fixed rate clock provider
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This is a representation of a generic fixed rate clock provider.
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: Nordic nRF clock control
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This is a representation of the Nordic nRF clock control node
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: i.MX Clock Controller Module (CCM)
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This is a representation of the i.MX CCM IP node
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
title: STM32 RCC
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the STM32 Clock control
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: ARM Cortex-M0+ CPU
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation for ARM Cortex-M0+ CPU.
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: ARM Cortex-M0 CPU
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation for ARM Cortex-M0 CPU.
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: ARM Cortex-M23 CPU
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation for ARM Cortex-M23 CPU.
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: ARM Cortex-M3 CPU
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation for ARM Cortex-M3 CPU.
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: ARM Cortex-M33 CPU
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation for ARM Cortex-M33 CPU.
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: ARM Cortex-M4 CPU
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation for ARM Cortex-M4 CPU.
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: ARM Cortex-M4F CPU
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation for ARM Cortex-M4F CPU.
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: ARM Cortex-M7 CPU
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation for ARM Cortex-M7 CPU.
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: Cadence Tensilica Xtensa LX6 CPU
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation for Cadence Tensilica Xtensa LX6 CPU.
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: CPU Base Structure
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives the base structures for all CPUs
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: Sample Controller CPU
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation for Sample Controller CPU.
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: Synopsys ARC EM CPU
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation for Synopsys ARC EM CPU.
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: ARM TrustZone CryptoCell 310
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This is a representation of the ARM TrustZone CryptoCell 310
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: Nordic Control Interface for ARM TrustZone CryptoCell 310
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This is a representation of the Nordic Control Interface for ARM TrustZone CryptoCell 310
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
title: <short description of the node>
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
Longer free-form description of the node, with spanning
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: NXP Enhanced LCD Interface (eLCDIF) controller
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the NXP i.MX eLCDIF controller
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: ILI9340 320x240 Display Controller
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This is a representation of the ILI9340 320x240 Display Controller
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: Rocktech LCD Module
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the Rocktech LCD module with
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: SSD1306 128x64 Dot Matrix Display Controller
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This is a representation of the SSD1306 128x64 Dot Matrix Display Controller
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: SSD16XX 250x150 EPD Display Controller
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This is a representation of the SSD16XX 250x150 EPD Display Controller
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: Ethernet Base Structure
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base structures for all Ethernet devices
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
title: Intel E1000 Ethernet controller
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This is a representation of the Intel E1000 Ethernet controller
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: 10Base-T Ethernet Controller with SPI Interface
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the standalone ENC28J60 chip
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: NXP Kinetis Ethernet
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the NXP Kinetis Ethernet
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: NXP Kinetis Ethernet PTP
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the NXP Kinetis Ethernet PTP
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
title: SMSC/Microchip LAN9220 Ethernet controller
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This is a representation of the formerly SMSC, now Microchip, LAN9220
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#
|
||||
|
||||
title: TI Stellaris Ethernet
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the TI Stellaris Ethernet
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: Atmel SAM Flash Controller
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the Atmel SAM Enhanced Embedded Flash Controller
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
title: Atmel SAM0 Non-Volatile Memory Controller
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the Atmel SAM0 NVMC
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: Cypress Flash Controller
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the Cypress Flash Controller
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
title: flash controller Base Structure
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives the base structures for all flash controller devices
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
title: Nordic NVMC
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the Nordic NVMC
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
title: Nordic NVMC
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the Nordic NVMC
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
title: Nordic NVMC
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the Nordic NVMC
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
title: NXP Kinetis Flash Memory Module (FTFA)
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives for the NXP Kinetis Flash Memory Module A (FTFA)
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
title: NXP Kinetis Flash Memory Module (FTFE)
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives for the NXP Kinetis Flash Memory Module E (FTFE)
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
title: NXP Kinetis Flash Memory Module (FTFL)
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives for the NXP Kinetis Flash Memory Module L (FTFL)
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
title: OpenISA Flash Memory Module (FTFE)
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives for the OpenISA Flash Memory Module E (FTFE)
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: Silicon Labs Gecko Flash Controller
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the Silicon Labs Gecko Flash Controller
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
title: STM32 F0 Flash Controller
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the STM32 F0 Flash Controller
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
title: STM32 F2 Flash Controller
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the STM32 F2 Flash Controller
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
title: STM32 F3 Flash Controller
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the STM32 F3 Flash Controller
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
title: STM32 F4 Flash Controller
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the STM32 F4 Flash Controller
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
title: STM32 F7 Flash Controller
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the STM32 F7 Flash Controller
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
title: STM32 G0 Flash Controller
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the STM32 G0 Flash Controller
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
title: STM32 H7 Flash Controller
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the STM32 H7 Flash Controller
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
title: STM32 L1 Flash Controller
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the STM32 L1 Flash Controller
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
title: STM32 L4 Flash Controller
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the STM32 L4 Flash Controller
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
title: STM32 WB Flash Controller
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the STM32 wb Flash Controller
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
title: Native POSIX Flash Controller
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the Native POSIX flash
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
title: simulated flash
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of a simulated flash memory
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: ARDUINO GPIO HEADER
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This is a representation of GPIO pin nodes exposed as headers on Arduino R3
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
title: ARM CMSDK GPIO
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This binding gives a base representation of the ARM CMSDK GPIO
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
title: Atmel SAM GPIO PORT driver
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This is a representation of the SAM GPIO PORT nodes
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
title: Atmel SAM0 GPIO PORT driver
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This is a representation of the SAM0 GPIO PORT nodes
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: GPIO KEYS
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This is a representation of the GPIO KEYS nodes
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: GPIO LED
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This is a representation of the LED GPIO nodes
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
title: Holtek HT16K33 LED Driver With Keyscan
|
||||
version: 0.1
|
||||
|
||||
description: Holtek HT16K33 Keyscan binding
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: Intel Apollo Lake GPIO controller
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This is a representation of the Intel Apollo Lake GPIO node
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: Intel QMSI GPIO
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This is a representation of the Intel QMSI GPIO nodes
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: Intel QMSI SS GPIO
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This is a representation of the Intel QMSI SS GPIO nodes
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
|
||||
title: MICROCHIP GPIO
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This is a representation of the CEC/MEC GPIO nodes for Microchip
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: NRF5 GPIO
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This is a representation of the NRF GPIO nodes
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: NRF5 GPIOTE
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This is a representation of the NRF GPIOTE node
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#
|
||||
|
||||
title: i.MX GPIO
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This is a representation of the i.MX GPIO nodes
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
title: Kinetis GPIO
|
||||
version: 0.1
|
||||
|
||||
description: >
|
||||
This is a representation of the Kinetis GPIO nodes
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue