WIP FPC-III support
[linux/fpc-iii.git] / Documentation / devicetree / bindings / memory-controllers / mvebu-sdram-controller.txt
blob89657d1d4cd495164607761b0fd6c78f6b1e665d
1 Device Tree bindings for MVEBU SDRAM controllers
3 The Marvell EBU SoCs all have a SDRAM controller. The SDRAM controller
4 differs from one SoC variant to another, but they also share a number
5 of commonalities.
7 For now, this Device Tree binding documentation only documents the
8 Armada XP SDRAM controller.
10 Required properties:
12  - compatible: for Armada XP, "marvell,armada-xp-sdram-controller"
13  - reg: a resource specifier for the register space, which should
14    include all SDRAM controller registers as per the datasheet.
16 Example:
18 sdramc@1400 {
19         compatible = "marvell,armada-xp-sdram-controller";
20         reg = <0x1400 0x500>;