11.1.1.2Sskrll// SPDX-License-Identifier: GPL-2.0-only 21.1Sjmcneill/* 31.1Sjmcneill * Author: Anthoine Bourgeois <anthoine.bourgeois@gmail.com> 41.1Sjmcneill */ 51.1Sjmcneill/dts-v1/; 61.1Sjmcneill 71.1Sjmcneill#include "omap3-devkit8000-common.dtsi" 81.1Sjmcneill/ { 91.1Sjmcneill model = "TimLL OMAP3 Devkit8000"; 101.1.1.2Sskrll compatible = "timll,omap3-devkit8000", "ti,omap3430", "ti,omap3"; 111.1Sjmcneill 121.1Sjmcneill aliases { 131.1Sjmcneill display1 = &dvi0; 141.1Sjmcneill display2 = &tv0; 151.1Sjmcneill }; 161.1Sjmcneill}; 171.1.1.3Sjmcneill 181.1.1.3Sjmcneill/* Unusable as clocksource because of unreliable oscillator */ 191.1.1.3Sjmcneill&counter32k { 201.1.1.3Sjmcneill status = "disabled"; 211.1.1.3Sjmcneill}; 221.1.1.3Sjmcneill 231.1.1.3Sjmcneill/* Unusable as clockevent because if unreliable oscillator, allow to idle */ 241.1.1.3Sjmcneill&timer1_target { 251.1.1.3Sjmcneill /delete-property/ti,no-reset-on-init; 261.1.1.3Sjmcneill /delete-property/ti,no-idle; 271.1.1.3Sjmcneill timer@0 { 281.1.1.3Sjmcneill /delete-property/ti,timer-alwon; 291.1.1.3Sjmcneill }; 301.1.1.3Sjmcneill}; 311.1.1.3Sjmcneill 321.1.1.3Sjmcneill/* Preferred always-on timer for clocksource */ 331.1.1.3Sjmcneill&timer12_target { 341.1.1.3Sjmcneill ti,no-reset-on-init; 351.1.1.3Sjmcneill ti,no-idle; 361.1.1.3Sjmcneill timer@0 { 371.1.1.3Sjmcneill /* Always clocked by secure_32k_fck */ 381.1.1.3Sjmcneill }; 391.1.1.3Sjmcneill}; 401.1.1.3Sjmcneill 411.1.1.3Sjmcneill/* Preferred timer for clockevent */ 421.1.1.3Sjmcneill&timer2_target { 431.1.1.3Sjmcneill ti,no-reset-on-init; 441.1.1.3Sjmcneill ti,no-idle; 451.1.1.3Sjmcneill timer@0 { 461.1.1.3Sjmcneill assigned-clocks = <&gpt2_fck>; 471.1.1.3Sjmcneill assigned-clock-parents = <&sys_ck>; 481.1.1.3Sjmcneill }; 491.1.1.3Sjmcneill}; 50