xref: /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/nxp,lpc3220-usb-clk.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunNXP LPC32xx USB Clock Controller
2*4882a593Smuzhiyun
3*4882a593SmuzhiyunRequired properties:
4*4882a593Smuzhiyun- compatible: should be "nxp,lpc3220-usb-clk"
5*4882a593Smuzhiyun- reg:  should contain clock controller registers location and length
6*4882a593Smuzhiyun- #clock-cells: must be 1, the cell holds id of a clock provided by the
7*4882a593Smuzhiyun  USB clock controller
8*4882a593Smuzhiyun
9*4882a593SmuzhiyunExamples:
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	usb {
12*4882a593Smuzhiyun		#address-cells = <1>;
13*4882a593Smuzhiyun		#size-cells = <1>;
14*4882a593Smuzhiyun		compatible = "simple-bus";
15*4882a593Smuzhiyun		ranges = <0x0 0x31020000 0x00001000>;
16*4882a593Smuzhiyun
17*4882a593Smuzhiyun		usbclk: clock-controller@f00 {
18*4882a593Smuzhiyun			compatible = "nxp,lpc3220-usb-clk";
19*4882a593Smuzhiyun			reg = <0xf00 0x100>;
20*4882a593Smuzhiyun			#clock-cells = <1>;
21*4882a593Smuzhiyun		};
22*4882a593Smuzhiyun	};
23