Blame view

kernel/linux-rt-4.4.41/arch/arm/boot/dts/omap446x-clocks.dtsi 659 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  /*
   * Device Tree Source for OMAP4 clock data
   *
   * Copyright (C) 2013 Texas Instruments, Inc.
   *
   * This program is free software; you can redistribute it and/or modify
   * it under the terms of the GNU General Public License version 2 as
   * published by the Free Software Foundation.
   */
  &prm_clocks {
  	div_ts_ck: div_ts_ck {
  		#clock-cells = <0>;
  		compatible = "ti,divider-clock";
  		clocks = <&l4_wkup_clk_mux_ck>;
  		ti,bit-shift = <24>;
  		reg = <0x1888>;
  		ti,dividers = <8>, <16>, <32>;
  	};
  
  	bandgap_ts_fclk: bandgap_ts_fclk {
  		#clock-cells = <0>;
  		compatible = "ti,gate-clock";
  		clocks = <&div_ts_ck>;
  		ti,bit-shift = <8>;
  		reg = <0x1888>;
  	};
  };