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

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
...@@ -11,6 +11,8 @@ ...@@ -11,6 +11,8 @@
* Note that this file only supports the 770D CPU * Note that this file only supports the 770D CPU
*/ */
/include/ "skeleton.dtsi"
/ { / {
compatible = "snps,arc"; compatible = "snps,arc";
clock-frequency = <750000000>; /* 750 MHZ */ clock-frequency = <750000000>; /* 750 MHZ */
......
...@@ -10,6 +10,8 @@ ...@@ -10,6 +10,8 @@
* Device tree for AXC003 CPU card: HS38x UP configuration * Device tree for AXC003 CPU card: HS38x UP configuration
*/ */
/include/ "skeleton_hs.dtsi"
/ { / {
compatible = "snps,arc"; compatible = "snps,arc";
clock-frequency = <90000000>; clock-frequency = <90000000>;
......
...@@ -10,6 +10,8 @@ ...@@ -10,6 +10,8 @@
* Device tree for AXC003 CPU card: HS38x2 (Dual Core) with IDU intc * Device tree for AXC003 CPU card: HS38x2 (Dual Core) with IDU intc
*/ */
/include/ "skeleton_hs_idu.dtsi"
/ { / {
compatible = "snps,arc"; compatible = "snps,arc";
clock-frequency = <90000000>; clock-frequency = <90000000>;
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
*/ */
/dts-v1/; /dts-v1/;
/include/ "skeleton.dtsi" /include/ "skeleton_hs.dtsi"
/ { / {
compatible = "snps,nsim_hs"; compatible = "snps,nsim_hs";
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
*/ */
/dts-v1/; /dts-v1/;
/include/ "skeleton.dtsi" /include/ "skeleton_hs_idu.dtsi"
/ { / {
compatible = "snps,nsim_hs"; compatible = "snps,nsim_hs";
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
*/ */
/dts-v1/; /dts-v1/;
/include/ "skeleton.dtsi" /include/ "skeleton_hs.dtsi"
/ { / {
compatible = "snps,nsimosci_hs"; compatible = "snps,nsimosci_hs";
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
*/ */
/dts-v1/; /dts-v1/;
/include/ "skeleton.dtsi" /include/ "skeleton_hs_idu.dtsi"
/ { / {
compatible = "snps,nsimosci_hs"; compatible = "snps,nsimosci_hs";
......
/*
* Copyright (C) 2016 Synopsys, Inc. (www.synopsys.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
/ {
compatible = "snps,arc";
clock-frequency = <80000000>; /* 80 MHZ */
#address-cells = <1>;
#size-cells = <1>;
chosen { };
aliases { };
cpus {
#address-cells = <1>;
#size-cells = <0>;
cpu@0 {
device_type = "cpu";
compatible = "snps,archs38";
reg = <0>;
};
};
memory {
device_type = "memory";
reg = <0x80000000 0x10000000>; /* 256M */
};
};
/*
* Copyright (C) 2016 Synopsys, Inc. (www.synopsys.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
/ {
compatible = "snps,arc";
clock-frequency = <80000000>; /* 80 MHZ */
#address-cells = <1>;
#size-cells = <1>;
chosen { };
aliases { };
cpus {
#address-cells = <1>;
#size-cells = <0>;
cpu@0 {
device_type = "cpu";
compatible = "snps,archs38xN";
reg = <0>;
};
};
memory {
device_type = "memory";
reg = <0x80000000 0x10000000>; /* 256M */
};
};
...@@ -10,6 +10,8 @@ ...@@ -10,6 +10,8 @@
* Device tree for AXC003 CPU card: HS38x UP configuration (VDK version) * Device tree for AXC003 CPU card: HS38x UP configuration (VDK version)
*/ */
/include/ "skeleton_hs.dtsi"
/ { / {
compatible = "snps,arc"; compatible = "snps,arc";
clock-frequency = <50000000>; clock-frequency = <50000000>;
......
...@@ -11,6 +11,8 @@ ...@@ -11,6 +11,8 @@
* HS38x2 (Dual Core) with IDU intc (VDK version) * HS38x2 (Dual Core) with IDU intc (VDK version)
*/ */
/include/ "skeleton_hs_idu.dtsi"
/ { / {
compatible = "snps,arc"; compatible = "snps,arc";
clock-frequency = <50000000>; clock-frequency = <50000000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment