mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-15 22:26:15 +07:00
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
363 B
Plaintext
15 lines
363 B
Plaintext
Marvell Armada CPU reset controller
|
|
===================================
|
|
|
|
Required properties:
|
|
|
|
- compatible: Should be "marvell,armada-370-cpu-reset".
|
|
|
|
- reg: should be register base and length as documented in the
|
|
datasheet for the CPU reset registers
|
|
|
|
cpurst: cpurst@20800 {
|
|
compatible = "marvell,armada-370-cpu-reset";
|
|
reg = <0x20800 0x20>;
|
|
};
|