18c2ecf20Sopenharmony_ciNXP LPC32xx USB Clock Controller 28c2ecf20Sopenharmony_ci 38c2ecf20Sopenharmony_ciRequired properties: 48c2ecf20Sopenharmony_ci- compatible: should be "nxp,lpc3220-usb-clk" 58c2ecf20Sopenharmony_ci- reg: should contain clock controller registers location and length 68c2ecf20Sopenharmony_ci- #clock-cells: must be 1, the cell holds id of a clock provided by the 78c2ecf20Sopenharmony_ci USB clock controller 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ciExamples: 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci usb { 128c2ecf20Sopenharmony_ci #address-cells = <1>; 138c2ecf20Sopenharmony_ci #size-cells = <1>; 148c2ecf20Sopenharmony_ci compatible = "simple-bus"; 158c2ecf20Sopenharmony_ci ranges = <0x0 0x31020000 0x00001000>; 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ci usbclk: clock-controller@f00 { 188c2ecf20Sopenharmony_ci compatible = "nxp,lpc3220-usb-clk"; 198c2ecf20Sopenharmony_ci reg = <0xf00 0x100>; 208c2ecf20Sopenharmony_ci #clock-cells = <1>; 218c2ecf20Sopenharmony_ci }; 228c2ecf20Sopenharmony_ci }; 23