About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Documentation / devicetree / bindings / powerpc / fsl / cpm_qe / cpm / brg.txt


Based on kernel version 4.7.2. Page generated on 2016-08-22 22:43 EST.

1	* Baud Rate Generators
2	
3	Currently defined compatibles:
4	fsl,cpm-brg
5	fsl,cpm1-brg
6	fsl,cpm2-brg
7	
8	Properties:
9	- reg : There may be an arbitrary number of reg resources; BRG
10	  numbers are assigned to these in order.
11	- clock-frequency : Specifies the base frequency driving
12	  the BRG.
13	
14	Example:
15		brg@119f0 {
16			compatible = "fsl,mpc8272-brg",
17				     "fsl,cpm2-brg",
18				     "fsl,cpm-brg";
19			reg = <119f0 10 115f0 10>;
20			clock-frequency = <d#25000000>;
21		};
Hide Line Numbers
About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog