Merge remote-tracking branches 'regulator/topic/discharge', 'regulator/topic/fan53555...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / clock / nxp,lpc3220-usb-clk.txt
1 NXP LPC32xx USB Clock Controller
2
3 Required properties:
4 - compatible: should be "nxp,lpc3220-usb-clk"
5 - reg:  should contain clock controller registers location and length
6 - #clock-cells: must be 1, the cell holds id of a clock provided by the
7   USB clock controller
8
9 Examples:
10
11         usb {
12                 #address-cells = <1>;
13                 #size-cells = <1>;
14                 compatible = "simple-bus";
15                 ranges = <0x0 0x31020000 0x00001000>;
16
17                 usbclk: clock-controller@f00 {
18                         compatible = "nxp,lpc3220-usb-clk";
19                         reg = <0xf00 0x100>;
20                         #clock-cells = <1>;
21                 };
22         };