skeleton.dtsi (f26e8817b235d8764363bffcc9cbfc61867371f2) | skeleton.dtsi (854c11e250730eaffec2ad56e9224c6be8a7979d) |
---|---|
1/* 2 * Copyright (C) 2012 Synopsys, Inc. (www.synopsys.com) 3 * 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as 6 * published by the Free Software Foundation. 7 */ 8 --- 12 unchanged lines hidden (view full) --- 21 cpus { 22 #address-cells = <1>; 23 #size-cells = <0>; 24 25 cpu@0 { 26 device_type = "cpu"; 27 compatible = "snps,arc770d"; 28 reg = <0>; | 1/* 2 * Copyright (C) 2012 Synopsys, Inc. (www.synopsys.com) 3 * 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License version 2 as 6 * published by the Free Software Foundation. 7 */ 8 --- 12 unchanged lines hidden (view full) --- 21 cpus { 22 #address-cells = <1>; 23 #size-cells = <0>; 24 25 cpu@0 { 26 device_type = "cpu"; 27 compatible = "snps,arc770d"; 28 reg = <0>; |
29 clocks = <&core_clk>; |
|
29 }; 30 }; 31 32 /* TIMER0 with interrupt for clockevent */ 33 timer0 { 34 compatible = "snps,arc-timer"; 35 interrupts = <3>; 36 interrupt-parent = <&core_intc>; --- 14 unchanged lines hidden --- | 30 }; 31 }; 32 33 /* TIMER0 with interrupt for clockevent */ 34 timer0 { 35 compatible = "snps,arc-timer"; 36 interrupts = <3>; 37 interrupt-parent = <&core_intc>; --- 14 unchanged lines hidden --- |