hwmon: (acpi_power_meter) Fix acpi_bus_get_device() return value check
[linux-drm-fsl-dcu.git] / Documentation / devicetree / bindings / arm / calxeda / mem-ctrlr.txt
1 Calxeda DDR memory controller
2
3 Properties:
4 - compatible : Should be "calxeda,hb-ddr-ctrl"
5 - reg : Address and size for DDR controller registers.
6 - interrupts : Interrupt for DDR controller.
7
8 Example:
9
10         memory-controller@fff00000 {
11                 compatible = "calxeda,hb-ddr-ctrl";
12                 reg = <0xfff00000 0x1000>;
13                 interrupts = <0 91 4>;
14         };