xref: /freebsd-src/sys/contrib/device-tree/src/arm/ti/omap/omap443x-clocks.dtsi (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Device Tree Source for OMAP4 clock data
4*f126890aSEmmanuel Vadot *
5*f126890aSEmmanuel Vadot * Copyright (C) 2013 Texas Instruments, Inc.
6*f126890aSEmmanuel Vadot */
7*f126890aSEmmanuel Vadot&prm_clocks {
8*f126890aSEmmanuel Vadot	bandgap_fclk: bandgap_fclk@1888 {
9*f126890aSEmmanuel Vadot		#clock-cells = <0>;
10*f126890aSEmmanuel Vadot		compatible = "ti,gate-clock";
11*f126890aSEmmanuel Vadot		clock-output-names = "bandgap_fclk";
12*f126890aSEmmanuel Vadot		clocks = <&sys_32k_ck>;
13*f126890aSEmmanuel Vadot		ti,bit-shift = <8>;
14*f126890aSEmmanuel Vadot		reg = <0x1888>;
15*f126890aSEmmanuel Vadot	};
16*f126890aSEmmanuel Vadot};
17