Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003  * Device Tree Source for OMAP4 clock data
0004  *
0005  * Copyright (C) 2013 Texas Instruments, Inc.
0006  */
0007 &prm_clocks {
0008         div_ts_ck: div_ts_ck@1888 {
0009                 #clock-cells = <0>;
0010                 compatible = "ti,divider-clock";
0011                 clock-output-names = "div_ts_ck";
0012                 clocks = <&l4_wkup_clk_mux_ck>;
0013                 ti,bit-shift = <24>;
0014                 reg = <0x1888>;
0015                 ti,dividers = <8>, <16>, <32>;
0016         };
0017 
0018         bandgap_ts_fclk: bandgap_ts_fclk@1888 {
0019                 #clock-cells = <0>;
0020                 compatible = "ti,gate-clock";
0021                 clock-output-names = "bandgap_ts_fclk";
0022                 clocks = <&div_ts_ck>;
0023                 ti,bit-shift = <8>;
0024                 reg = <0x1888>;
0025         };
0026 };