dts: bindings: Preserve newlines in descriptions

With https://github.com/zephyrproject-rtos/zephyr/pull/20185, multi-line
descriptions will be formatted nicely, but using '>' breaks it, because
it removes internal newlines (including between paragraphs).

See https://yaml-multiline.info/.

Replace 'description: >' with 'description: |' to encourage '|'. That'll
prevent '>' from getting copied around and messing up long descriptions.

This will lead to some extra newlines in the output, but it's fine.
Line-wrapping messes up any manual formatting.

The replacement was done with

    $ git ls-files 'dts/bindings/*.yaml' | \
          xargs sed -i 's/description:\s*>/description: |/'

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2019-10-28 17:34:12 +01:00 committed by Kumar Gala
commit b9240a3cbc
351 changed files with 351 additions and 351 deletions

View file

@ -3,7 +3,7 @@
title: ARC DCCM
description: >
description: |
This binding gives a base representation of the ARC DCCM
compatible: "arc,dccm"

View file

@ -3,7 +3,7 @@
title: ARC ICCM
description: >
description: |
This binding gives a base representation of the ARC ICCM
compatible: "arc,iccm"

View file

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

View file

@ -3,7 +3,7 @@
title: ARM Serial Configuration Control
description: >
description: |
This binding gives a base representation of the ARM SCC
compatible: "arm,scc"

View file

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

View file

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

View file

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

View file

@ -3,7 +3,7 @@
title: Nordic DPPIC
description: >
description: |
Binding for the Nordic DPPIC
Distributed Programmable Peripheral Interconnect Controller

View file

@ -3,7 +3,7 @@
title: Nordic EGU
description: >
description: |
Binding for the Nordic EGU (Event Generator Unit)
compatible: "nordic,nrf-egu"

View file

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

View file

@ -3,7 +3,7 @@
title: Nordic KMU
description: >
description: |
Binding for the Nordic KMU (Key Management Unit)
compatible: "nordic,nrf-kmu"

View file

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

View file

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

View file

@ -3,7 +3,7 @@
title: i.MX DTCM (Data Tightly Coupled Memory)
description: >
description: |
This binding gives a base representation of the i.MX DTCM
compatible: "nxp,imx-dtcm"

View file

@ -3,7 +3,7 @@
title: IMX EPIT COUNTER
description: >
description: |
This binding gives a base representation of the i.MX Enhanced Periodic Interrupt Timer (EPIT)
compatible: "nxp,imx-epit"

View file

@ -3,7 +3,7 @@
title: i.MX ITCM (Instruction Tightly Coupled Memory)
description: >
description: |
This binding gives a base representation of the i.MX ITCM
compatible: "nxp,imx-itcm"

View file

@ -3,7 +3,7 @@
title: IMX MESSAGING UNIT
description: >
description: |
This binding gives a base representation of the i.MX Messaging Unit
compatible: "nxp,imx-mu"

View file

@ -3,7 +3,7 @@
title: Kinetis KE1xF System Integration Module (SIM)
description: >
description: |
This is a representation of the Kinetis SIM IP node
compatible: "nxp,kinetis-ke1xf-sim"

View file

@ -3,7 +3,7 @@
title: NXP Kinetis Multipurpose Clock Generator (MCG)
description: >
description: |
This is a representation of the NXP Kinetis MCG IP node
compatible: "nxp,kinetis-mcg"

View file

@ -3,7 +3,7 @@
title: NXP Kinetis PCC (Peripheral Clock Controller)
description: >
description: |
This is a representation of the NXP Kinetis PCC IP node
compatible: "nxp,kinetis-pcc"

View file

@ -3,7 +3,7 @@
title: NXP Kinetis SCG (System Clock Generator)
description: >
description: |
This is a representation of the NXP Kinetis SCG IP node
compatible: "nxp,kinetis-scg"

View file

@ -3,7 +3,7 @@
title: Kinetis System Integration Module (SIM)
description: >
description: |
This is a representation of the Kinetis SIM IP node
compatible: "nxp,kinetis-sim"

View file

@ -3,7 +3,7 @@
title: LPC MAILBOX
description: >
description: |
This binding gives a base representation of the LPC MAILBOX
compatible: "nxp,lpc-mailbox"

View file

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

View file

@ -1,7 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
title: TI CC2650 PRCM
description: >
description: |
This binding gives a base representation of the TI CC2650
Power, Reset, and Clock control Module.

View file

@ -3,7 +3,7 @@
title: Nordic PDM
description: >
description: |
Binding for the Nordic PDM (pulse density modulation interface)
compatible: "nordic,nrf-pdm"

View file

@ -3,7 +3,7 @@
title: ST Microelectronics MPXXDTYY digital pdm microphone family
description: >
description: |
This binding gives a base representation of MPXXDTYY digital microphone family
compatible: "st,mpxxdtyy"

View file

@ -3,7 +3,7 @@
title: Texas Instruments TLV320DAC Audio DAC
description: >
description: |
This binding gives a base representation of TLV320DAC310x Audio DAC
compatible: "ti,tlv320dac"

View file

@ -3,7 +3,7 @@
title: Bluetooth controller that provides Host Controller Interface over SPI
description: >
description: |
This binding gives the base representation of a bluetooth controller node
that provides HCI over SPI.

View file

@ -3,7 +3,7 @@
title: Bluetooth module based on Zephyr's Bluetooth HCI SPI driver
description: >
description: |
This binding gives the base representation of a bluetooth module which use
Zephyr's bluetooth Host Controller Interface SPI driver (e.g. nRF51822).

View file

@ -3,7 +3,7 @@
title: MCP2515 CAN
description: >
description: |
This binding gives a base representation of the MCP2515 SPI CAN controller
compatible: "microchip,mcp2515"

View file

@ -3,7 +3,7 @@
title: NXP FlexCAN
description: >
description: |
This binding gives a base representation of the NXP FlexCAN controller
compatible: "nxp,kinetis-flexcan"

View file

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

View file

@ -3,7 +3,7 @@
title: Generic fixed rate clock provider
description: >
description: |
This is a representation of a generic fixed rate clock provider.
compatible: "fixed-clock"

View file

@ -3,7 +3,7 @@
title: Nordic nRF clock control
description: >
description: |
This is a representation of the Nordic nRF clock control node
compatible: "nordic,nrf-clock"

View file

@ -3,7 +3,7 @@
title: i.MX Clock Controller Module (CCM)
description: >
description: |
This is a representation of the i.MX CCM IP node
compatible: "nxp,imx-ccm"

View file

@ -1,6 +1,6 @@
title: STM32 RCC
description: >
description: |
This binding gives a base representation of the STM32 Clock control
compatible: "st,stm32-rcc"

View file

@ -3,7 +3,7 @@
title: ARM Cortex-M0+ CPU
description: >
description: |
This binding gives a base representation for ARM Cortex-M0+ CPU.
compatible: "arm,cortex-m0+"

View file

@ -3,7 +3,7 @@
title: ARM Cortex-M0 CPU
description: >
description: |
This binding gives a base representation for ARM Cortex-M0 CPU.
compatible: "arm,cortex-m0"

View file

@ -3,7 +3,7 @@
title: ARM Cortex-M23 CPU
description: >
description: |
This binding gives a base representation for ARM Cortex-M23 CPU.
compatible: "arm,cortex-m23"

View file

@ -3,7 +3,7 @@
title: ARM Cortex-M3 CPU
description: >
description: |
This binding gives a base representation for ARM Cortex-M3 CPU.
compatible: "arm,cortex-m3"

View file

@ -3,7 +3,7 @@
title: ARM Cortex-M33 CPU
description: >
description: |
This binding gives a base representation for ARM Cortex-M33 CPU.
compatible: "arm,cortex-m33"

View file

@ -3,7 +3,7 @@
title: ARM Cortex-M4 CPU
description: >
description: |
This binding gives a base representation for ARM Cortex-M4 CPU.
compatible: "arm,cortex-m4"

View file

@ -3,7 +3,7 @@
title: ARM Cortex-M4F CPU
description: >
description: |
This binding gives a base representation for ARM Cortex-M4F CPU.
compatible: "arm,cortex-m4f"

View file

@ -3,7 +3,7 @@
title: ARM Cortex-M7 CPU
description: >
description: |
This binding gives a base representation for ARM Cortex-M7 CPU.
compatible: "arm,cortex-m7"

View file

@ -3,7 +3,7 @@
title: ARM Cortex-R4 CPU
description: >
description: |
This is a representation of ARM Cortex-R4 CPU.
compatible: "arm,cortex-r4"

View file

@ -3,7 +3,7 @@
title: ARM Cortex-R4F CPU
description: >
description: |
This is a representation of ARM Cortex-R4F CPU.
compatible: "arm,cortex-r4f"

View file

@ -3,7 +3,7 @@
title: ARM Cortex-R5 CPU
description: >
description: |
This is a representation of ARM Cortex-R5 CPU.
compatible: "arm,cortex-r5"

View file

@ -3,7 +3,7 @@
title: ARM Cortex-R5F CPU
description: >
description: |
This is a representation of ARM Cortex-R5F CPU.
compatible: "arm,cortex-r5f"

View file

@ -3,7 +3,7 @@
title: Cadence Tensilica Xtensa LX6 CPU
description: >
description: |
This binding gives a base representation for Cadence Tensilica Xtensa LX6 CPU.
compatible: "cadence,tensilica-xtensa-lx6"

View file

@ -3,7 +3,7 @@
title: Sample Controller CPU
description: >
description: |
This binding gives a base representation for Sample Controller CPU.
compatible: "sample_controller"

View file

@ -3,7 +3,7 @@
title: Synopsys ARC EM CPU
description: >
description: |
This binding gives a base representation for Synopsys ARC EM CPU.
compatible: "snps,arcem"

View file

@ -3,7 +3,7 @@
title: ARM TrustZone CryptoCell 310
description: >
description: |
This is a representation of the ARM TrustZone CryptoCell 310
compatible: "arm,cryptocell-310"

View file

@ -3,7 +3,7 @@
title: Nordic Control Interface for ARM TrustZone CryptoCell 310
description: >
description: |
This is a representation of the Nordic Control Interface for ARM TrustZone CryptoCell 310
compatible: "nordic,nrf-cc310"

View file

@ -3,7 +3,7 @@
title: NXP Enhanced LCD Interface (eLCDIF) controller
description: >
description: |
This binding gives a base representation of the NXP i.MX eLCDIF controller
compatible: "fsl,imx6sx-lcdif"

View file

@ -3,7 +3,7 @@
title: ILI9340 320x240 Display Controller
description: >
description: |
This is a representation of the ILI9340 320x240 Display Controller
compatible: "ilitek,ili9340"

View file

@ -3,7 +3,7 @@
title: Rocktech LCD Module
description: >
description: |
This binding gives a base representation of the Rocktech LCD module with
LED backlight and capacitive touch panel.

View file

@ -3,7 +3,7 @@
title: ST7789V 320x240 Display Controller
description: >
description: |
This is a representation of the ST7789V 320x240 Display Controller
compatible: "sitronix,st7789v"

View file

@ -3,7 +3,7 @@
title: SSD1306 128x64 Dot Matrix Display Controller
description: >
description: |
This is a representation of the SSD1306 128x64 Dot Matrix Display Controller
compatible: "solomon,ssd1306fb"

View file

@ -3,7 +3,7 @@
title: SSD16XX 250x150 EPD Display Controller
description: >
description: |
This is a representation of the SSD16XX 250x150 EPD Display Controller
compatible: "solomon,ssd16xxfb"

View file

@ -3,7 +3,7 @@
title: MICROCHIP ESPI
description: >
description: |
This binding gives a base representation of ESPI controller for Microchip
compatible: "microchip,xec-espi"

View file

@ -3,7 +3,7 @@
title: Intel E1000 Ethernet controller
description: >
description: |
This is a representation of the Intel E1000 Ethernet controller
compatible: "intel,e1000"

View file

@ -3,7 +3,7 @@
title: LiteX Ethernet
description: >
description: |
This binding gives a base representation of LiteX Ethernet
compatible: "litex,eth0"

View file

@ -3,7 +3,7 @@
title: 10Base-T Ethernet Controller with SPI Interface
description: >
description: |
This binding gives a base representation of the standalone ENC28J60 chip
compatible: "microchip,enc28j60"

View file

@ -3,7 +3,7 @@
title: 100Base-T Ethernet Controller with SPI Interface
description: >
description: |
This binding gives a base representation of the ENC424J600 Stand-Alone
Ethernet Controller

View file

@ -3,7 +3,7 @@
title: NXP Kinetis Ethernet
description: >
description: |
This binding gives a base representation of the NXP Kinetis Ethernet
compatible: "nxp,kinetis-ethernet"

View file

@ -3,7 +3,7 @@
title: NXP Kinetis Ethernet PTP
description: >
description: |
This binding gives a base representation of the NXP Kinetis Ethernet PTP
compatible: "nxp,kinetis-ptp"

View file

@ -3,7 +3,7 @@
title: SMSC/Microchip LAN9220 Ethernet controller
description: >
description: |
This is a representation of the formerly SMSC, now Microchip, LAN9220
Ethernet controller.

View file

@ -3,7 +3,7 @@
title: TI Stellaris Ethernet
description: >
description: |
This binding gives a base representation of the TI Stellaris Ethernet
compatible: "ti,stellaris-ethernet"

View file

@ -3,7 +3,7 @@
title: Atmel SAM Flash Controller
description: >
description: |
This binding gives a base representation of the Atmel SAM Enhanced Embedded Flash Controller
compatible: "atmel,sam-flash-controller"

View file

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

View file

@ -3,7 +3,7 @@
title: Cypress Flash Controller
description: >
description: |
This binding gives a base representation of the Cypress Flash Controller
compatible: "cypress,psoc6-flash-controller"

View file

@ -1,6 +1,6 @@
title: Nordic NVMC
description: >
description: |
This binding gives a base representation of the Nordic NVMC
compatible: "nordic,nrf51-flash-controller"

View file

@ -1,6 +1,6 @@
title: Nordic NVMC
description: >
description: |
This binding gives a base representation of the Nordic NVMC
compatible: "nordic,nrf52-flash-controller"

View file

@ -1,6 +1,6 @@
title: Nordic NVMC
description: >
description: |
This binding gives a base representation of the Nordic NVMC
compatible: "nordic,nrf91-flash-controller"

View file

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

View file

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

View file

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

View file

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

View file

@ -3,7 +3,7 @@
title: Silicon Labs Gecko Flash Controller
description: >
description: |
This binding gives a base representation of the Silicon Labs Gecko Flash Controller
compatible: "silabs,gecko-flash-controller"

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
title: Native POSIX Flash Controller
description: >
description: |
This binding gives a base representation of the Native POSIX flash
controller

View file

@ -2,7 +2,7 @@
title: simulated flash
description: >
description: |
This binding gives a base representation of a simulated flash memory
compatible: "zephyr,sim-flash"

View file

@ -3,7 +3,7 @@
title: ARDUINO GPIO HEADER
description: >
description: |
This is a representation of GPIO pin nodes exposed as headers on Arduino R3
compatible: "arduino-header-r3"

View file

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

View file

@ -1,6 +1,6 @@
title: Atmel SAM GPIO PORT driver
description: >
description: |
This is a representation of the SAM GPIO PORT nodes
compatible: "atmel,sam-gpio"

View file

@ -1,6 +1,6 @@
title: Atmel SAM0 GPIO PORT driver
description: >
description: |
This is a representation of the SAM0 GPIO PORT nodes
compatible: "atmel,sam0-gpio"

View file

@ -3,7 +3,7 @@
title: Intel Apollo Lake GPIO controller
description: >
description: |
This is a representation of the Intel Apollo Lake GPIO node
compatible: "intel,apl-gpio"

View file

@ -3,7 +3,7 @@
title: MICROCHIP GPIO
description: >
description: |
This is a representation of the CEC/MEC GPIO nodes for Microchip
compatible: "microchip,xec-gpio"

View file

@ -3,7 +3,7 @@
title: NRF5 GPIO
description: >
description: |
This is a representation of the NRF GPIO nodes
compatible: "nordic,nrf-gpio"

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