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:
parent
36b7ca44b8
commit
2934ee2cda
407 changed files with 387 additions and 1598 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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+"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue