Newer
Older
barebox / dts / Bindings / arm / armada-cpu-reset.txt
@Sascha Hauer Sascha Hauer on 19 Jun 2014 363 bytes dts: update to v3.16-rc1
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>;
};