android_kernel_samsung_hero.../Documentation/devicetree/bindings/arm/armada-cpu-reset.txt
2016-08-17 16:41:52 +08:00

14 lines
363 B
Text

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>;
};