]> git.baikalelectronics.ru Git - uboot.git/commit
dt/bindings: memory: Add bindings for TI GPMC driver
authorRoger Quadros <rogerq@kernel.org>
Thu, 20 Oct 2022 13:30:48 +0000 (16:30 +0300)
committerTom Rini <trini@konsulko.com>
Wed, 26 Oct 2022 19:21:11 +0000 (15:21 -0400)
commit4868642989e15424124cd6af0716dc8b1d3b24ab
tree8961d122eaf87374ed182c49ab56b9b84bdb435a
parent512f8a746c076547e83a34e0486d5e62f70fa51c
dt/bindings: memory: Add bindings for TI GPMC driver

GPMC stands for General Purpose Memory Controller and it is
present on many Texas Instruments SoCs.

It supports a number of Asynchronous and Synchronous interfaces
and has various settings to configure the bus interface.

The DT bindings define all the various GPMC settings.

As the GPMC supports multiple devices on the bus, each
device is represented as a child and the respective
GPMC settings are situated there. (see ti,gpmc-child.yaml)

These binding docs are picked up from the Linux kernel.

Signed-off-by: Roger Quadros <rogerq@kernel.org>
doc/device-tree-bindings/memory/ti,gpmc-child.yaml [new file with mode: 0644]
doc/device-tree-bindings/memory/ti,gpmc.yaml [new file with mode: 0644]