[PATCH v4 4/6] ARM: dts: Alpine platform binding documentation
Stephen Boyd
sboyd at codeaurora.org
Tue Feb 3 11:02:02 PST 2015
On 02/03/15 05:29, Tsahee Zidenberg wrote:
> +* Alpine CPU resume registers
> +
> +The CPU resume register are used to define required resume address after
> +reset.
> +
> +Properties:
> +- compatible : Should contain "al,al-cpu-resume".
> +- reg : Offset and length of the register set for the device
> +
> +Example:
> +
> +cpu_resume {
> + compatible = "al,alpine-cpu-resume";
> + reg = <0xfbff5ed0 0x30>;
> +};
> +
> +* Alpine System-Fabric Service Registers
> +
> +The System-Fabric Service Registers allow various operation on CPU and
> +system fabric, like powering CPUs off.
> +
> +Properties:
> +- compatible : Should contain "al,al-sysfabric-service".
and syscon?
> +- reg : Offset and length of the register set for the device
> +
> +Example:
> +
> +nb_service {
> + compatible = "al,alpine-sysfabric-service";
> + reg = <0xfb070000 0x10000>;
> +};
>
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
More information about the linux-arm-kernel
mailing list