forked from Minki/linux
fc94a603bb
Over the last releases we have added more and more Marvell related binding directly in the arm directory. It's time to have our proper directory inside it, and move all the files in it. Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Rob Herring <robh@kernel.org>
15 lines
399 B
Plaintext
15 lines
399 B
Plaintext
Marvell Armada 38x CA9 MPcore SoC Controller
|
|
============================================
|
|
|
|
Required properties:
|
|
|
|
- compatible: Should be "marvell,armada-380-mpcore-soc-ctrl".
|
|
|
|
- reg: should be the register base and length as documented in the
|
|
datasheet for the CA9 MPcore SoC Control registers
|
|
|
|
mpcore-soc-ctrl@20d20 {
|
|
compatible = "marvell,armada-380-mpcore-soc-ctrl";
|
|
reg = <0x20d20 0x6c>;
|
|
};
|