u-boot/doc/device-tree-bindings
Michael Walle fe6293a809 phy: atheros: add device tree bindings and config
Add support for configuring the CLK_25M pin as well as the RGMII I/O
voltage by the device tree.

By default the AT803x PHYs outputs the 25MHz clock of the XTAL input.
But this output can also be changed by software to other frequencies.
This commit introduces a generic way to configure this output.

Also the PHY supports different RGMII I/O voltages: 1.5V, 1.8V and 2.5V.
An internal LDO is able to provide 1.5V (default) and 1.8V. The 2.5V
option needs an external supply voltage. This commit adds support to
switch the internal LDO to 1.8V.

Signed-off-by: Michael Walle <michael@walle.cc>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
2020-05-07 11:05:00 -04:00
..
adc
arm
ata
axi
board
clock ARM: dts: stm32m1: add reg for pll nodes 2020-02-13 17:26:23 +01:00
cpu
exynos
firmware
fpga
gpio dt-bindings: gpio: alignment with kernel v5.3 2020-04-16 23:06:54 -04:00
gpu
i2c dm: i2c-gpio: add support for clock stretching 2020-03-16 07:55:06 +01:00
input dts: Add a binding for hid-over-i2c 2020-04-16 14:36:28 +08:00
interrupt-controller tpm: cr50: Use the correct GPIO binding 2020-04-16 14:36:28 +08:00
leds
mailbox
memory
memory-controller dt-bindings: memory-controller: Introduce J721E DDRSS bindings 2019-10-25 17:33:21 -04:00
memory-controllers ram: stm32mp1: the property st, phy-cal becomes optional 2020-03-24 14:23:30 +01:00
misc Merge tag 'ti-v2020.07-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti into next 2020-03-17 11:59:58 -04:00
mmc
mtd ARM: dts: stm32mp1: DT alignment with kernel v5.4 2020-02-13 17:25:34 +01:00
nand
net phy: atheros: add device tree bindings and config 2020-05-07 11:05:00 -04:00
pci dm: pci: Allow disabling auto-config for a device 2020-04-16 14:36:28 +08:00
pci_endpoint
phy dt-bindings: phy-mtk-tphy: add properties of address mapping and clocks 2020-05-02 12:32:28 +02:00
pinctrl x86: p2sb: Drop 'apl' prefix 2020-03-05 18:25:21 +08:00
pmic
power dt-bindings: ti_sci_pm_domains: Add support for exclusive and shared access 2019-07-26 21:49:23 -04:00
pwm
ram
regulator dm: regulator: support regulator more state 2019-11-10 20:31:09 +08:00
remoteproc dt-bindings: remoteproc: Add bindings for DSP C66x clusters on TI K3 SoCs 2019-10-11 10:07:34 -04:00
reserved-memory
reset
rtc rtc: add support for DS3232 device 2020-01-10 10:25:13 -05:00
serial
sound sound: Add codec enable to the sound bindings 2019-08-09 10:01:34 -07:00
spi doc: device-tree-bindings: alignment with v5.2-rc6 for spi-stm32-qspi.txt 2019-07-22 11:04:52 +02:00
spmi
sysreset
thermal
timer
tpm2
usb dt-bindings: usb: mtk-xhci: Add binding for MediaTek xHCI host controller 2020-05-02 12:32:28 +02:00
video doc: device-tree-bindings: update reference to binding directory 2020-04-16 23:06:54 -04:00
w1
w1-eeprom
chosen.txt
config.txt
device.txt acpi: Add a binding for ACPI settings in the device tree 2020-04-30 17:16:12 +08:00
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