1 // SPDX-License-Identifier: GPL-2.0-only
3 * Author: Anthoine Bourgeois <anthoine.bourgeois@gmail.com>
7 #include "omap3-devkit8000-common.dtsi"
9 model = "TimLL OMAP3 Devkit8000";
10 compatible = "timll,omap3-devkit8000", "ti,omap3430", "ti,omap3";
18 /* Unusable as clocksource because of unreliable oscillator */
23 /* Unusable as clockevent because if unreliable oscillator, allow to idle */
25 /delete-property/ti,no-reset-on-init;
26 /delete-property/ti,no-idle;
28 /delete-property/ti,timer-alwon;
32 /* Preferred always-on timer for clocksource */
37 /* Always clocked by secure_32k_fck */
41 /* Preferred timer for clockevent */
46 assigned-clocks = <&gpt2_fck>;
47 assigned-clock-parents = <&sys_ck>;