mirror of
https://github.com/torvalds/linux.git
synced 2026-04-24 01:25:49 -04:00
cpm_qe is supported on both powerpc and arm. and the QE code has been moved from arch/powerpc into drivers/soc/fsl, so move cpm_qe binding from powerpc/fsl to soc/fsl Signed-off-by: Zhao Qiang <qiang.zhao@nxp.com> Acked-by: Rob Herring<robh@kernel.org> Signed-off-by: Scott Wood <oss@buserror.net>
22 lines
450 B
Plaintext
22 lines
450 B
Plaintext
* Baud Rate Generators
|
|
|
|
Currently defined compatibles:
|
|
fsl,cpm-brg
|
|
fsl,cpm1-brg
|
|
fsl,cpm2-brg
|
|
|
|
Properties:
|
|
- reg : There may be an arbitrary number of reg resources; BRG
|
|
numbers are assigned to these in order.
|
|
- clock-frequency : Specifies the base frequency driving
|
|
the BRG.
|
|
|
|
Example:
|
|
brg@119f0 {
|
|
compatible = "fsl,mpc8272-brg",
|
|
"fsl,cpm2-brg",
|
|
"fsl,cpm-brg";
|
|
reg = <119f0 10 115f0 10>;
|
|
clock-frequency = <d#25000000>;
|
|
};
|