u-boot/doc/device-tree-bindings
Damien Le Moal fd426b3106 k210: use the board vendor name rather than the marketing name
"kendryte" is the marketing name for the K210 RISC-V SoC produced by
Canaan Inc. Rather than "kendryte,k210", use the usual "canaan,k210"
vendor,SoC compatibility string format in the device tree files and
use the SoC name for file names.
With these changes, the device tree files are more in sync with the
Linux kernel DTS and drivers, making uboot device tree usable by the
kernel.

Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Signed-off-by: Niklas Cassel <niklas.cassel@wdc.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
2022-03-15 17:43:11 +08:00
..
adc doc: stm32mp1: add page for device tree bindings 2021-08-14 20:54:41 +02:00
arm dt-bindings: arm: scmi: OP-TEE as transport channel for SCMI messages 2021-11-23 13:53:03 -05:00
ata
axi
bus
clock doc: stm32mp1: add page for device tree bindings 2021-08-14 20:54:41 +02:00
cpu
exynos
firmware WS cleanup: remove excessive empty lines 2021-09-30 08:08:56 -04:00
fpga
fsp/fsp2/apollolake dt-bindings: fsp: Fix Apollo Lake FSP-S devicetree bindings 2021-04-15 10:43:17 +08:00
gpio drivers/gpio: add support for MAX7320 i2c i/o expander 2021-10-19 11:25:24 -04:00
gpu
i2c doc: stm32mp1: add page for device tree bindings 2021-08-14 20:54:41 +02:00
input dt-bindings: input: adc-keys bindings documentation 2021-02-18 11:37:26 +01:00
interrupt-controller
iommu iommu: Add IOMMU uclass 2021-10-31 08:46:44 -04:00
leds
mailbox WS cleanup: remove SPACE(s) followed by TAB 2021-09-30 09:08:16 -04:00
memory
memory-controller WS cleanup: remove SPACE(s) followed by TAB 2021-09-30 09:08:16 -04:00
memory-controllers stm32mp1: ram: remove the support of calibration result 2021-11-30 16:43:28 +01:00
mfd k210: use the board vendor name rather than the marketing name 2022-03-15 17:43:11 +08:00
misc
mmc sandbox: mmc: Support a backing file 2021-11-28 16:51:51 -07:00
mtd doc: stm32mp1: add page for device tree bindings 2021-08-14 20:54:41 +02:00
nand
net WS cleanup: remove SPACE(s) followed by TAB 2021-09-30 09:08:16 -04:00
pci x86: pci: Allow binding of some devices before relocation 2021-07-15 19:49:50 +08:00
pci_endpoint
phy doc: stm32mp1: add page for device tree bindings 2021-08-14 20:54:41 +02:00
pinctrl k210: use the board vendor name rather than the marketing name 2022-03-15 17:43:11 +08:00
pmic
power
pwm dt-bindings: pwm: pwm-at91: Add PWM bindings for A5D2 2021-10-12 15:18:39 +03:00
ram
reboot-mode reboot-mode: read the boot mode from RTC memory 2021-07-23 10:16:39 -04:00
regulator WS cleanup: remove SPACE(s) followed by TAB 2021-09-30 09:08:16 -04:00
remoteproc remoteproc: k3_system_controller: Support optional boot_notification channel 2022-02-08 09:41:26 -05:00
reserved-memory
reset doc: stm32mp1: add page for device tree bindings 2021-08-14 20:54:41 +02:00
rtc doc: device-tree-bindings: rtc: Abracon AB x80x i2c rtc 2021-01-27 17:07:48 -05:00
serial serial: qcom: add support for GENI serial driver 2021-10-31 08:46:44 -04:00
soc/fsl/cpm_qe/qe net, qe: add DM support for QE UEC ethernet 2020-09-17 06:09:53 +02:00
sound sound: Add an ACPI driver for Maxim MAX98357ac 2020-07-17 14:32:24 +08:00
spi k210: use the board vendor name rather than the marketing name 2022-03-15 17:43:11 +08:00
spmi
sysinfo sysinfo: Add gpio-sysinfo driver 2021-05-04 07:57:18 -04:00
sysreset
thermal
timer
tpm2 WS cleanup: remove SPACE(s) followed by TAB 2021-09-30 09:08:16 -04:00
usb dt-bindings: usb: mtk-xhci: add optional properies to disable ports 2021-02-10 22:23:24 +01:00
video video: seps525: Add dt binding description 2021-01-05 11:54:53 +01:00
w1 WS cleanup: remove trailing empty lines 2021-09-30 08:08:56 -04:00
w1-eeprom WS cleanup: remove trailing empty lines 2021-09-30 08:08:56 -04:00
watchdog watchdog: add gpio watchdog driver 2021-08-31 12:04:03 +02:00
README
bootcount-syscon.txt bootcount: add a new driver with syscon as backend 2021-08-22 11:04:52 +02:00
chosen.txt x86: Add a way to add to the e820 memory table 2020-09-25 11:27:25 +08:00
config.txt treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... 2021-09-25 09:46:15 -06:00
device.txt x86: Add wake sources for the acpi_gpe driver 2020-09-25 11:27:15 +08:00
root.txt

README

Device Tree Bindings Staging Area
=================================

This directory contains device tree bindings for U-Boot.

These follow along with Linux kernel bindings, with a few additions. By
adding the files here, U-Boot patches can clearly show thees additions.
This makes it easier for device tree people to review these additions in
patches sent to the U-Boot mailing list.

The intent IS to commit these files to U-Boot. Hopefully at some point
the files will be stored in another repo (shared with Linux) which is
brought in as needed. Changes here are intended to mirror changes in the
Linux Documentation/devicetree/bindings/ directory.

sjg@chromium.org
17-Jan-12