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)
commit37d6d1645a33e410ca0fd9b56c03426b646df1fd
tree8961d122eaf87374ed182c49ab56b9b84bdb435a
parent3a82cd26ee60ca31adb10f379b098add329acddb
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]