Back to home page

OSCL-LXR

 
 

    


0001 NXP LPC32xx USB Clock Controller
0002 
0003 Required properties:
0004 - compatible: should be "nxp,lpc3220-usb-clk"
0005 - reg:  should contain clock controller registers location and length
0006 - #clock-cells: must be 1, the cell holds id of a clock provided by the
0007   USB clock controller
0008 
0009 Examples:
0010 
0011         usb {
0012                 #address-cells = <1>;
0013                 #size-cells = <1>;
0014                 compatible = "simple-bus";
0015                 ranges = <0x0 0x31020000 0x00001000>;
0016 
0017                 usbclk: clock-controller@f00 {
0018                         compatible = "nxp,lpc3220-usb-clk";
0019                         reg = <0xf00 0x100>;
0020                         #clock-cells = <1>;
0021                 };
0022         };