dts: bindings: Remove 'title:' and put all info. into 'description:'

Add any useful information from 'title:' to the 'description:' strings
(e.g. explanations of acronyms), and remove 'title:' as well as any
copy-pasted "this binding gives a ..." boilerplate.

Also clean some description strings up a bit.

Some other things could probably be cleaned up (replacing 'GPIO node'
with 'GPIO controller' on controllers for consistency, for example), but
I kept things close to the original to avoid accidentally messing up.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2019-11-19 08:39:11 +01:00 committed by Carles Cufí
commit 2934ee2cda
407 changed files with 387 additions and 1598 deletions

View file

@ -1,10 +1,7 @@
# Copyright (c) 2017, synopsy
# SPDX-License-Identifier: Apache-2.0
title: ARC DCCM
description: |
This binding gives a base representation of the ARC DCCM
description: ARC DCCM
compatible: "arc,dccm"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2017, synopsys
# SPDX-License-Identifier: Apache-2.0
title: ARC ICCM
description: |
This binding gives a base representation of the ARC ICCM
description: ARC ICCM
compatible: "arc,iccm"

View file

@ -1,8 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
title: DTCM
description: |
This binding gives a base representation of the Cortex M7 DTCM (Data Tightly Coupled Memory)
description: Cortex M7 DTCM (Data Tightly Coupled Memory)
compatible: "arm,dtcm"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2018, Linaro Limited
# SPDX-License-Identifier: Apache-2.0
title: ARM Serial Configuration Control
description: |
This binding gives a base representation of the ARM SCC
description: ARM Serial Configuration Control (SCC)
compatible: "arm,scc"

View file

@ -1,7 +1,5 @@
title: Atmel Device ID (Serial Number) binding
description: |
Binding for locating the Device ID (serial number) on Atmel SAM0 devices.
For locating the Device ID (serial number) on Atmel SAM0 devices
compatible: "atmel,sam0-id"

View file

@ -1,7 +1,4 @@
title: Atmel DMAC binding
description: |
Binding for the Atmel SAM0 DMA controller.
description: Atmel SAM0 DMA controller
compatible: "atmel,sam0-dmac"

View file

@ -1,7 +1,4 @@
title: Atmel SERCOM binding
description: |
Binding for the Atmel SAM0 multi-protocol (UART, SPI, I2C) SERCOM unit.
description: Atmel SAM0 multi-protocol (UART, SPI, I2C) SERCOM unit
compatible: "atmel,sam0-sercom"

View file

@ -1,11 +1,8 @@
# Copyright (c) 2019 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
title: Nordic DPPIC
description: |
Binding for the Nordic DPPIC
Distributed Programmable Peripheral Interconnect Controller
Nordic DPPIC (Distributed Programmable Peripheral Interconnect Controller)
compatible: "nordic,nrf-dppic"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2019 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
title: Nordic EGU
description: |
Binding for the Nordic EGU (Event Generator Unit)
description: Nordic EGU (Event Generator Unit)
compatible: "nordic,nrf-egu"

View file

@ -1,7 +1,4 @@
title: Nordic FICR (Factory Information Configuration Registers)
description: |
Binding for the Nordic FICR (Factory Information Configuration Registers)
description: Nordic FICR (Factory Information Configuration Registers)
compatible: "nordic,nrf-ficr"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2019 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
title: Nordic KMU
description: |
Binding for the Nordic KMU (Key Management Unit)
description: Nordic KMU (Key Management Unit)
compatible: "nordic,nrf-kmu"

View file

@ -1,7 +1,4 @@
title: Nordic SPU (System Protection Unit)
description: |
Binding for the Nordic SPU (System Protection Unit)
description: Nordic SPU (System Protection Unit)
compatible: "nordic,nrf-spu"

View file

@ -1,7 +1,4 @@
title: Nordic UICR (User Information Configuration Registers)
description: |
Binding for the Nordic UICR (User Information Configuration Registers)
description: Nordic UICR (User Information Configuration Registers)
compatible: "nordic,nrf-uicr"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2018, Linaro Limited
# SPDX-License-Identifier: Apache-2.0
title: i.MX DTCM (Data Tightly Coupled Memory)
description: |
This binding gives a base representation of the i.MX DTCM
description: i.MX DTCM (Data Tightly Coupled Memory)
compatible: "nxp,imx-dtcm"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2018, NXP
# SPDX-License-Identifier: Apache-2.0
title: IMX EPIT COUNTER
description: |
This binding gives a base representation of the i.MX Enhanced Periodic Interrupt Timer (EPIT)
description: i.MX Enhanced Periodic Interrupt Timer (EPIT)
compatible: "nxp,imx-epit"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2018, Linaro Limited
# SPDX-License-Identifier: Apache-2.0
title: i.MX ITCM (Instruction Tightly Coupled Memory)
description: |
This binding gives a base representation of the i.MX ITCM
description: i.MX ITCM (Instruction Tightly Coupled Memory)
compatible: "nxp,imx-itcm"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2018, NXP
# SPDX-License-Identifier: Apache-2.0
title: IMX MESSAGING UNIT
description: |
This binding gives a base representation of the i.MX Messaging Unit
description: i.MX Messaging Unit
compatible: "nxp,imx-mu"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2017, NXP
# SPDX-License-Identifier: Apache-2.0
title: Kinetis KE1xF System Integration Module (SIM)
description: |
This is a representation of the Kinetis SIM IP node
description: Kinetis KE1xF System Integration Module (SIM) IP node
compatible: "nxp,kinetis-ke1xf-sim"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2019 Vestas Wind Systems A/S
# SPDX-License-Identifier: Apache-2.0
title: NXP Kinetis Multipurpose Clock Generator (MCG)
description: |
This is a representation of the NXP Kinetis MCG IP node
description: NXP Kinetis Multipurpose Clock generator (MCG) IP node
compatible: "nxp,kinetis-mcg"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2019 Vestas Wind Systems A/S
# SPDX-License-Identifier: Apache-2.0
title: NXP Kinetis PCC (Peripheral Clock Controller)
description: |
This is a representation of the NXP Kinetis PCC IP node
description: NXP Kinetis PCC (Peripheral Clock Controller) IP node
compatible: "nxp,kinetis-pcc"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2019 Vestas Wind Systems A/S
# SPDX-License-Identifier: Apache-2.0
title: NXP Kinetis SCG (System Clock Generator)
description: |
This is a representation of the NXP Kinetis SCG IP node
description: NXP Kinetis SCG (System Clock Generator) IP node
compatible: "nxp,kinetis-scg"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2017, NXP
# SPDX-License-Identifier: Apache-2.0
title: Kinetis System Integration Module (SIM)
description: |
This is a representation of the Kinetis SIM IP node
description: Kinetis System Integration Module (SIM) IP node
compatible: "nxp,kinetis-sim"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2017, NXP
# SPDX-License-Identifier: Apache-2.0
title: LPC MAILBOX
description: |
This binding gives a base representation of the LPC MAILBOX
description: LPC MAILBOX
compatible: "nxp,lpc-mailbox"

View file

@ -1,8 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
title: STM32 CCM
description: |
This binding gives a base representation of the STM32 CCM (Core Coupled Memory)
description: STM32 CCM (Core Coupled Memory)
compatible: "st,stm32-ccm"

View file

@ -1,9 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
title: TI CC2650 PRCM
description: |
This binding gives a base representation of the TI CC2650
Power, Reset, and Clock control Module.
description: TI CC2650 PRCM (Power, Reset, and Clock control Module)
compatible: "ti,cc2650-prcm"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2019 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
title: Nordic PDM
description: |
Binding for the Nordic PDM (pulse density modulation interface)
description: Nordic PDM (Pulse Density Modulation interface)
compatible: "nordic,nrf-pdm"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2018 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
title: ST Microelectronics MPXXDTYY digital pdm microphone family
description: |
This binding gives a base representation of MPXXDTYY digital microphone family
description: STMicroelectronics MPXXDTYY digital PDM microphone family
compatible: "st,mpxxdtyy"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2018, Intel Corporation
# SPDX-License-Identifier: Apache-2.0
title: Texas Instruments TLV320DAC Audio DAC
description: |
This binding gives a base representation of TLV320DAC310x Audio DAC
description: Texas Instruments TLV320DAC310x Audio DAC
compatible: "ti,tlv320dac"

View file

@ -1,11 +1,9 @@
# Copyright (c) 2019 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
title: Bluetooth controller that provides Host Controller Interface over SPI
description: |
This binding gives the base representation of a bluetooth controller node
that provides HCI over SPI.
Bluetooth controller node that provides Host Controller Interface (HCI)
over SPI
compatible: "zephyr,bt-hci-spi-slave"

View file

@ -1,11 +1,9 @@
# Copyright (c) 2018, I-SENSE group of ICCS
# SPDX-License-Identifier: Apache-2.0
title: Bluetooth module based on Zephyr's Bluetooth HCI SPI driver
description: |
This binding gives the base representation of a bluetooth module which use
Zephyr's bluetooth Host Controller Interface SPI driver (e.g. nRF51822).
Bluetooth module that uses Zephyr's Bluetooth Host Controller Interface SPI
driver (e.g. nRF51822)
compatible: "zephyr,bt-hci-spi"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2019 Karsten Koenig
# SPDX-License-Identifier: Apache-2.0
title: MCP2515 CAN
description: |
This binding gives a base representation of the MCP2515 SPI CAN controller
description: MCP2515 SPI CAN controller
compatible: "microchip,mcp2515"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2019 Vestas Wind Systems A/S
# SPDX-License-Identifier: Apache-2.0
title: NXP FlexCAN
description: |
This binding gives a base representation of the NXP FlexCAN controller
description: NXP FlexCAN controller
compatible: "nxp,kinetis-flexcan"

View file

@ -1,7 +1,4 @@
title: STM32 CAN
description: |
This binding gives a base representation of the STM32 CAN controller
description: STM32 CAN controller
compatible: "st,stm32-can"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2019 Derek Hageman <hageman@inthat.cloud>
# SPDX-License-Identifier: Apache-2.0
title: Generic fixed rate clock provider
description: |
This is a representation of a generic fixed rate clock provider.
description: Generic fixed-rate clock provider
compatible: "fixed-clock"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2018 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
title: Nordic nRF clock control
description: |
This is a representation of the Nordic nRF clock control node
description: Nordic nRF clock control node
compatible: "nordic,nrf-clock"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2017, NXP
# SPDX-License-Identifier: Apache-2.0
title: i.MX Clock Controller Module (CCM)
description: |
This is a representation of the i.MX CCM IP node
description: i.MX CCM (Clock Controller Module) IP node
compatible: "nxp,imx-ccm"

View file

@ -1,7 +1,4 @@
title: STM32 RCC
description: |
This binding gives a base representation of the STM32 Clock control
description: STM32 RCC (Reset and Clock Controller)
compatible: "st,stm32-rcc"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2018 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
title: ARM Cortex-M0+ CPU
description: |
This binding gives a base representation for ARM Cortex-M0+ CPU.
description: ARM Cortex-M0+ CPU
compatible: "arm,cortex-m0+"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2018 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
title: ARM Cortex-M0 CPU
description: |
This binding gives a base representation for ARM Cortex-M0 CPU.
description: ARM Cortex-M0 CPU
compatible: "arm,cortex-m0"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2019 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
title: ARM Cortex-M23 CPU
description: |
This binding gives a base representation for ARM Cortex-M23 CPU.
description: ARM Cortex-M23 CPU
compatible: "arm,cortex-m23"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2018 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
title: ARM Cortex-M3 CPU
description: |
This binding gives a base representation for ARM Cortex-M3 CPU.
description: ARM Cortex-M3 CPU
compatible: "arm,cortex-m3"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2019 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
title: ARM Cortex-M33 CPU
description: |
This binding gives a base representation for ARM Cortex-M33 CPU.
description: ARM Cortex-M33 CPU
compatible: "arm,cortex-m33"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2018 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
title: ARM Cortex-M4 CPU
description: |
This binding gives a base representation for ARM Cortex-M4 CPU.
description: ARM Cortex-M4 CPU
compatible: "arm,cortex-m4"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2018 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
title: ARM Cortex-M4F CPU
description: |
This binding gives a base representation for ARM Cortex-M4F CPU.
description: ARM Cortex-M4F CPU
compatible: "arm,cortex-m4f"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2018 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
title: ARM Cortex-M7 CPU
description: |
This binding gives a base representation for ARM Cortex-M7 CPU.
description: ARM Cortex-M7 CPU
compatible: "arm,cortex-m7"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2019 Stephanos Ioannidis <root@stephanos.io>
# SPDX-License-Identifier: Apache-2.0
title: ARM Cortex-R4 CPU
description: |
This is a representation of ARM Cortex-R4 CPU.
description: ARM Cortex-R4 CPU
compatible: "arm,cortex-r4"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2019 Stephanos Ioannidis <root@stephanos.io>
# SPDX-License-Identifier: Apache-2.0
title: ARM Cortex-R4F CPU
description: |
This is a representation of ARM Cortex-R4F CPU.
description: ARM Cortex-R4F CPU
compatible: "arm,cortex-r4f"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2019 Stephanos Ioannidis <root@stephanos.io>
# SPDX-License-Identifier: Apache-2.0
title: ARM Cortex-R5 CPU
description: |
This is a representation of ARM Cortex-R5 CPU.
description: ARM Cortex-R5 CPU
compatible: "arm,cortex-r5"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2019 Stephanos Ioannidis <root@stephanos.io>
# SPDX-License-Identifier: Apache-2.0
title: ARM Cortex-R5F CPU
description: |
This is a representation of ARM Cortex-R5F CPU.
description: ARM Cortex-R5F CPU
compatible: "arm,cortex-r5f"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2018 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
title: Cadence Tensilica Xtensa LX6 CPU
description: |
This binding gives a base representation for Cadence Tensilica Xtensa LX6 CPU.
description: Cadence Tensilica Xtensa LX6 CPU
compatible: "cadence,tensilica-xtensa-lx6"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2018 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
title: Sample Controller CPU
description: |
This binding gives a base representation for Sample Controller CPU.
description: Sample controller CPU
compatible: "sample_controller"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2018 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
title: Synopsys ARC EM CPU
description: |
This binding gives a base representation for Synopsys ARC EM CPU.
description: Synopsys ARC EM CPU
compatible: "snps,arcem"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2018, Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
title: ARM TrustZone CryptoCell 310
description: |
This is a representation of the ARM TrustZone CryptoCell 310
description: ARM TrustZone CryptoCell 310
compatible: "arm,cryptocell-310"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2018, Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
title: Nordic Control Interface for ARM TrustZone CryptoCell 310
description: |
This is a representation of the Nordic Control Interface for ARM TrustZone CryptoCell 310
description: Nordic Control Interface for ARM TrustZone CryptoCell 310
compatible: "nordic,nrf-cc310"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2019, NXP
# SPDX-License-Identifier: Apache-2.0
title: NXP Enhanced LCD Interface (eLCDIF) controller
description: |
This binding gives a base representation of the NXP i.MX eLCDIF controller
description: NXP i.MX eLCDIF (Enhanced LCD Interface) controller
compatible: "fsl,imx6sx-lcdif"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2018, Jan Van Winkel <jan.van_winkel@dxplore.eu>
# SPDX-License-Identifier: Apache-2.0
title: ILI9340 320x240 Display Controller
description: |
This is a representation of the ILI9340 320x240 Display Controller
description: ILI9340 320x240 display controller
compatible: "ilitek,ili9340"

View file

@ -1,11 +1,7 @@
# Copyright (c) 2019, NXP
# SPDX-License-Identifier: Apache-2.0
title: Rocktech LCD Module
description: |
This binding gives a base representation of the Rocktech LCD module with
LED backlight and capacitive touch panel.
description: Rocktech LCD module with LED backlight and capacitive touch panel
compatible: "rocktech,rk043fn02h-ct"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2019, Marc Reilly <marc@cpdesign.com.au>
# SPDX-License-Identifier: Apache-2.0
title: ST7789V 320x240 Display Controller
description: |
This is a representation of the ST7789V 320x240 Display Controller
description: ST7789V 320x240 display controller
compatible: "sitronix,st7789v"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2018, Phytec Messtechnik GmbH
# SPDX-License-Identifier: Apache-2.0
title: SSD1306 128x64 Dot Matrix Display Controller
description: |
This is a representation of the SSD1306 128x64 Dot Matrix Display Controller
description: SSD1306 128x64 dot-matrix display controller
compatible: "solomon,ssd1306fb"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2018, Phytec Messtechnik GmbH
# SPDX-License-Identifier: Apache-2.0
title: SSD16XX 250x150 EPD Display Controller
description: |
This is a representation of the SSD16XX 250x150 EPD Display Controller
description: SSD16XX 250x150 EPD display controller
compatible: "solomon,ssd16xxfb"

View file

@ -1,8 +1,6 @@
# Copyright (c) 2019, Song Qiang <songqiang1304521@gmail.com>
# SPDX-License-Identifier: Apache-2.0
title: STM32 DMA
description: STM32 DMA controller
compatible: "st,stm32-dma"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2019 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
title: MICROCHIP ESPI
description: |
This binding gives a base representation of ESPI controller for Microchip
description: Microchip ESPI controller
compatible: "microchip,xec-espi"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2018 Intel Corporation.
# SPDX-License-Identifier: Apache-2.0
title: Intel E1000 Ethernet controller
description: |
This is a representation of the Intel E1000 Ethernet controller
description: Intel E1000 Ethernet controller
compatible: "intel,e1000"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2019 Antmicro <www.antmicro.com>
# SPDX-License-Identifier: Apache-2.0
title: LiteX Ethernet
description: |
This binding gives a base representation of LiteX Ethernet
description: LiteX Ethernet
compatible: "litex,eth0"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2018, Linaro Limited
# SPDX-License-Identifier: Apache-2.0
title: 10Base-T Ethernet Controller with SPI Interface
description: |
This binding gives a base representation of the standalone ENC28J60 chip
description: ENC28J60 standalone 10BASE-T Ethernet controller with SPI interface
compatible: "microchip,enc28j60"

View file

@ -1,11 +1,8 @@
# Copyright (c) 2019, Phytec Messtechnik GmbH
# SPDX-License-Identifier: Apache-2.0
title: 100Base-T Ethernet Controller with SPI Interface
description: |
This binding gives a base representation of the ENC424J600 Stand-Alone
Ethernet Controller
ENC424J600 standalone 100BASE-T Ethernet controller with SPI interface
compatible: "microchip,enc424j600"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2018, Linaro Limited
# SPDX-License-Identifier: Apache-2.0
title: NXP Kinetis Ethernet
description: |
This binding gives a base representation of the NXP Kinetis Ethernet
description: NXP Kinetis Ethernet
compatible: "nxp,kinetis-ethernet"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2018, Linaro Limited
# SPDX-License-Identifier: Apache-2.0
title: NXP Kinetis Ethernet PTP
description: |
This binding gives a base representation of the NXP Kinetis Ethernet PTP
description: NXP Kinetis Ethernet PTP (Precision Time Protocol)
compatible: "nxp,kinetis-ptp"

View file

@ -1,11 +1,7 @@
# Copyright (c) 2018 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
title: SMSC/Microchip LAN9220 Ethernet controller
description: |
This is a representation of the formerly SMSC, now Microchip, LAN9220
Ethernet controller.
description: SMSC (now Microchip) LAN9220 Ethernet controller
compatible: "smsc,lan9220"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2018 Zilogic Systems
# SPDX-License-Identifier: Apache-2.0
title: TI Stellaris Ethernet
description: |
This binding gives a base representation of the TI Stellaris Ethernet
description: TI Stellaris Ethernet
compatible: "ti,stellaris-ethernet"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2018, Aurelien Jarno
# SPDX-License-Identifier: Apache-2.0
title: Atmel SAM Flash Controller
description: |
This binding gives a base representation of the Atmel SAM Enhanced Embedded Flash Controller
description: Atmel SAM Enhanced Embedded Flash Controller (EEFC)
compatible: "atmel,sam-flash-controller"

View file

@ -1,7 +1,4 @@
title: Atmel SAM0 Non-Volatile Memory Controller
description: |
This binding gives a base representation of the Atmel SAM0 NVMC
description: Atmel SAM0 NVMC (Non-Volatile Memory Controller)
compatible: "atmel,sam0-nvmctrl"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2018, Cypress
# SPDX-License-Identifier: Apache-2.0
title: Cypress Flash Controller
description: |
This binding gives a base representation of the Cypress Flash Controller
description: Cypress flash controller
compatible: "cypress,psoc6-flash-controller"

View file

@ -1,7 +1,4 @@
title: Nordic NVMC
description: |
This binding gives a base representation of the Nordic NVMC
description: Nordic NVMC (Non-Volatile Memory Controller)
compatible: "nordic,nrf51-flash-controller"

View file

@ -1,7 +1,4 @@
title: Nordic NVMC
description: |
This binding gives a base representation of the Nordic NVMC
description: Nordic NVMC (Non-Volatile Memory Controller)
compatible: "nordic,nrf52-flash-controller"

View file

@ -1,7 +1,4 @@
title: Nordic NVMC
description: |
This binding gives a base representation of the Nordic NVMC
description: Nordic NVMC (Non-Volatile Memory Controller)
compatible: "nordic,nrf53-flash-controller"

View file

@ -1,7 +1,4 @@
title: Nordic NVMC
description: |
This binding gives a base representation of the Nordic NVMC
description: Nordic NVMC (Non-Volatile Memory Controller)
compatible: "nordic,nrf91-flash-controller"

View file

@ -1,7 +1,4 @@
title: NXP Kinetis Flash Memory Module (FTFA)
description: |
This binding gives for the NXP Kinetis Flash Memory Module A (FTFA)
description: NXP Kinetis Flash Memory Module A (FTFA)
compatible: "nxp,kinetis-ftfa"

View file

@ -1,7 +1,4 @@
title: NXP Kinetis Flash Memory Module (FTFE)
description: |
This binding gives for the NXP Kinetis Flash Memory Module E (FTFE)
description: NXP Kinetis Flash Memory Module E (FTFE)
compatible: "nxp,kinetis-ftfe"

View file

@ -1,7 +1,4 @@
title: NXP Kinetis Flash Memory Module (FTFL)
description: |
This binding gives for the NXP Kinetis Flash Memory Module L (FTFL)
description: NXP Kinetis Flash Memory Module L (FTFL)
compatible: "nxp,kinetis-ftfl"

View file

@ -1,7 +1,4 @@
title: OpenISA Flash Memory Module (FTFE)
description: |
This binding gives for the OpenISA Flash Memory Module E (FTFE)
description: OpenISA Flash Memory Module E (FTFE)
compatible: "openisa,rv32m1-ftfe"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2018, Piotr Mienkowski
# SPDX-License-Identifier: Apache-2.0
title: Silicon Labs Gecko Flash Controller
description: |
This binding gives a base representation of the Silicon Labs Gecko Flash Controller
description: Silicon Labs Gecko flash controller
compatible: "silabs,gecko-flash-controller"

View file

@ -1,7 +1,4 @@
title: STM32 F0 Flash Controller
description: |
This binding gives a base representation of the STM32 F0 Flash Controller
description: STM32 F0 flash controller
compatible: "st,stm32f0-flash-controller"

View file

@ -1,7 +1,4 @@
title: STM32 F1 Flash Controller
description: |
This binding gives a base representation of the STM32 F1 Flash Controller
description: STM32 F1 flash controller
compatible: "st,stm32f1-flash-controller"

View file

@ -1,7 +1,4 @@
title: STM32 F2 Flash Controller
description: |
This binding gives a base representation of the STM32 F2 Flash Controller
description: STM32 F2 flash controller
compatible: "st,stm32f2-flash-controller"

View file

@ -1,7 +1,4 @@
title: STM32 F3 Flash Controller
description: |
This binding gives a base representation of the STM32 F3 Flash Controller
description: STM32 F3 flash controller
compatible: "st,stm32f3-flash-controller"

View file

@ -1,7 +1,4 @@
title: STM32 F4 Flash Controller
description: |
This binding gives a base representation of the STM32 F4 Flash Controller
description: STM32 F4 flash controller
compatible: "st,stm32f4-flash-controller"

View file

@ -1,7 +1,4 @@
title: STM32 F7 Flash Controller
description: |
This binding gives a base representation of the STM32 F7 Flash Controller
description: STM32 F7 flash controller
compatible: "st,stm32f7-flash-controller"

View file

@ -1,7 +1,4 @@
title: STM32 G0 Flash Controller
description: |
This binding gives a base representation of the STM32 G0 Flash Controller
description: STM32 G0 flash controller
compatible: "st,stm32g0-flash-controller"

View file

@ -1,7 +1,4 @@
title: STM32 G4 Flash Controller
description: |
This binding gives a base representation of the STM32 G4 Flash Controller
description: STM32 G4 flash controller
compatible: "st,stm32g4-flash-controller"

View file

@ -1,7 +1,4 @@
title: STM32 H7 Flash Controller
description: |
This binding gives a base representation of the STM32 H7 Flash Controller
description: STM32 H7 flash controller
compatible: "st,stm32h7-flash-controller"

View file

@ -1,7 +1,4 @@
title: STM32 L1 Flash Controller
description: |
This binding gives a base representation of the STM32 L1 Flash Controller
description: STM32 L1 flash controller
compatible: "st,stm32l1-flash-controller"

View file

@ -1,7 +1,4 @@
title: STM32 L4 Flash Controller
description: |
This binding gives a base representation of the STM32 L4 Flash Controller
description: STM32 L4 flash controller
compatible: "st,stm32l4-flash-controller"

View file

@ -1,7 +1,4 @@
title: STM32 WB Flash Controller
description: |
This binding gives a base representation of the STM32 wb Flash Controller
description: STM32 WB flash controller
compatible: "st,stm32wb-flash-controller"

View file

@ -1,8 +1,4 @@
title: Native POSIX Flash Controller
description: |
This binding gives a base representation of the Native POSIX flash
controller
description: Native POSIX flash controller
compatible: "zephyr,native-posix-flash-controller"

View file

@ -1,9 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
title: simulated flash
description: |
This binding gives a base representation of a simulated flash memory
description: Simulated flash memory
compatible: "zephyr,sim-flash"

View file

@ -1,10 +1,7 @@
# Copyright (c) 2019 Linaro Ltd.
# SPDX-License-Identifier: Apache-2.0
title: 96BOARDS 1.8V LOW SPEED CONNECTOR
description: >
This is a representation of GPIO pin nodes exposed on the 96Boards 1.8v low speed header
description: Represents GPIO pin nodes exposed on the 96Boards 1.8v low-speed header
compatible: "96b-lscon-1v8"

View file

@ -1,10 +1,8 @@
# Copyright (c) 2019 Linaro Ltd.
# SPDX-License-Identifier: Apache-2.0
title: 96BOARDS 3.3V LOW SPEED CONNECTOR
description: >
This is a representation of GPIO pin nodes exposed on the 96Boards 3.3v low speed header
description: |
Represents GPIO pin nodes exposed on the 96Boards 3.3v low-speed header
compatible: "96b-lscon-3v3"

View file

@ -2,8 +2,6 @@
# Copyright (C) 2019 Peter Bigot Consulting, LLC
# SPDX-License-Identifier: Apache-2.0
title: Arduino Uno (R3) GPIO Header
description: |
GPIO pins exposed on Arduino Uno (R3) headers.

View file

@ -1,7 +1,4 @@
title: ARM CMSDK GPIO
description: |
This binding gives a base representation of the ARM CMSDK GPIO
description: ARM CMSDK GPIO
compatible: "arm,cmsdk-gpio"

Some files were not shown because too many files have changed in this diff Show more