Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[linux-2.6-block.git] / Documentation / devicetree / bindings / clock / nxp,lpc3220-usb-clk.txt
CommitLineData
d3efc5ac
VZ
1NXP LPC32xx USB Clock Controller
2
3Required 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
9Examples:
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 };