u-boot/doc/device-tree-bindings
Patrice Chotard 4fadcaf097 i2c: add i2c driver for stm32
Add i2c driver which can be used on both STM32F7 and STM32H7.
This I2C block supports the following features:
 _ Slave and master modes
 _ Multimaster capability
 _ Standard-mode (up to 100 kHz)
 _ Fast-mode (up to 400 kHz)
 _ Fast-mode Plus (up to 1 MHz)
 _ 7-bit and 10-bit addressing mode
 _ Multiple 7-bit slave addresses (2 addresses, 1 with configurable mask)
 _ All 7-bit addresses acknowledge mode
 _ General call
 _ Programmable setup and hold times
 _ Easy to use event management
 _ Optional clock stretching
 _ Software reset

Signed-off-by: Christophe Kerello <christophe.kerello@st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2017-08-23 07:04:40 +02:00
..
adc
ata
clock rockchip: rk3368: add DRAM controller driver with DRAM initialisation 2017-08-13 17:12:33 +02:00
cpu
exynos
firmware
gpio
gpu
i2c i2c: add i2c driver for stm32 2017-08-23 07:04:40 +02:00
input
leds dm: led: add BCM6358 led driver 2017-05-10 16:16:09 +02:00
mailbox
misc x86: baytrail: Change lpe/lpss-sio/scc FSP properties to integer 2017-06-05 08:55:22 +08:00
mmc
mtd
nand
net
pci
pinctrl
pmic
power
pwm doc: dtbinding: add pwm binding file 2017-05-10 13:37:21 -06:00
ram ram: stm32: add second SDRAM bank management 2017-07-26 11:29:15 -04:00
regulator
remoteproc
reset
serial
spi
spmi
thermal
timer
usb
video
README
chosen.txt
config.txt doc: document u-boot, mmc-env-offset and u-boot, mmc-env-offset-redund 2017-05-29 17:28:52 +09: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