Commit 2e8cd938 authored by Vineet Gupta's avatar Vineet Gupta
Browse files

ARCv2: [dts]: Introduce HS38 specific include DTS ...



... and add them to plat-sim DTS.

This allows for future change to introduce timers in DT in single place

Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
parent 69fbd098
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -11,6 +11,8 @@
 * Note that this file only supports the 770D CPU
 */

/include/ "skeleton.dtsi"

/ {
	compatible = "snps,arc";
	clock-frequency = <750000000>;	/* 750 MHZ */
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@
 * Device tree for AXC003 CPU card: HS38x UP configuration
 */

/include/ "skeleton_hs.dtsi"

/ {
	compatible = "snps,arc";
	clock-frequency = <90000000>;
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@
 * Device tree for AXC003 CPU card: HS38x2 (Dual Core) with IDU intc
 */

/include/ "skeleton_hs_idu.dtsi"

/ {
	compatible = "snps,arc";
	clock-frequency = <90000000>;
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 */
/dts-v1/;

/include/ "skeleton.dtsi"
/include/ "skeleton_hs.dtsi"

/ {
	compatible = "snps,nsim_hs";
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 */
/dts-v1/;

/include/ "skeleton.dtsi"
/include/ "skeleton_hs_idu.dtsi"

/ {
	compatible = "snps,nsim_hs";
Loading