u-boot-2016/doc/device-tree-bindings
Michael Pratt 90c08fa038 fdt: Add device tree memory bindings
Support a default memory bank, specified in reg, as well as
board-specific memory banks in subtree board-id nodes.

This allows memory information to be provided in the device tree,
rather than hard-coded in, which will make it simpler to handle
similar devices with different memory banks, as the board-id values
or masks can be used to match devices.

Signed-off-by: Michael Pratt <mpratt@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
2018-07-09 09:11:00 -06:00
..
adc
ata
clock
cpu
exynos
firmware
fpga
gpio
gpu
i2c
input
leds
mailbox
memory fdt: Add device tree memory bindings 2018-07-09 09:11:00 -06:00
misc x86: irq: Support discrete PIRQ routing registers via device tree 2018-06-13 09:50:57 +08:00
mmc
mtd
nand
net
pci
phy
pinctrl mvebu: pinctrl: sync compatible string with Linux 4.17-rc4 2018-05-29 08:33:05 +02:00
pmic
power
pwm
ram
regulator
remoteproc
reset
serial
spi
spmi
thermal
timer
tpm2
usb
video
chosen.txt
config.txt
README
root.txt

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