diff options
Diffstat (limited to 'arch/arc/boot/dts/vdk_axc003.dtsi')
| -rw-r--r-- | arch/arc/boot/dts/vdk_axc003.dtsi | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/arch/arc/boot/dts/vdk_axc003.dtsi b/arch/arc/boot/dts/vdk_axc003.dtsi index 84226bd48baf..ad4ee43bd2ac 100644 --- a/arch/arc/boot/dts/vdk_axc003.dtsi +++ b/arch/arc/boot/dts/vdk_axc003.dtsi | |||
| @@ -10,6 +10,8 @@ | |||
| 10 | * Device tree for AXC003 CPU card: HS38x UP configuration (VDK version) | 10 | * Device tree for AXC003 CPU card: HS38x UP configuration (VDK version) |
| 11 | */ | 11 | */ |
| 12 | 12 | ||
| 13 | /include/ "skeleton_hs.dtsi" | ||
| 14 | |||
| 13 | / { | 15 | / { |
| 14 | compatible = "snps,arc"; | 16 | compatible = "snps,arc"; |
| 15 | clock-frequency = <50000000>; | 17 | clock-frequency = <50000000>; |
| @@ -23,7 +25,13 @@ | |||
| 23 | 25 | ||
| 24 | ranges = <0x00000000 0xf0000000 0x10000000>; | 26 | ranges = <0x00000000 0xf0000000 0x10000000>; |
| 25 | 27 | ||
| 26 | cpu_intc: archs-intc@cpu { | 28 | core_clk: core_clk { |
| 29 | #clock-cells = <0>; | ||
| 30 | compatible = "fixed-clock"; | ||
| 31 | clock-frequency = <50000000>; | ||
| 32 | }; | ||
| 33 | |||
| 34 | core_intc: archs-intc@cpu { | ||
| 27 | compatible = "snps,archs-intc"; | 35 | compatible = "snps,archs-intc"; |
| 28 | interrupt-controller; | 36 | interrupt-controller; |
| 29 | #interrupt-cells = <1>; | 37 | #interrupt-cells = <1>; |
| @@ -33,7 +41,7 @@ | |||
| 33 | compatible = "snps,dw-apb-uart"; | 41 | compatible = "snps,dw-apb-uart"; |
| 34 | reg = <0x5000 0x100>; | 42 | reg = <0x5000 0x100>; |
| 35 | clock-frequency = <2403200>; | 43 | clock-frequency = <2403200>; |
| 36 | interrupt-parent = <&cpu_intc>; | 44 | interrupt-parent = <&core_intc>; |
| 37 | interrupts = <19>; | 45 | interrupts = <19>; |
| 38 | baud = <115200>; | 46 | baud = <115200>; |
| 39 | reg-shift = <2>; | 47 | reg-shift = <2>; |
| @@ -47,7 +55,7 @@ | |||
| 47 | compatible = "snps,dw-apb-ictl"; | 55 | compatible = "snps,dw-apb-ictl"; |
| 48 | reg = < 0xe0012000 0x200 >; | 56 | reg = < 0xe0012000 0x200 >; |
| 49 | interrupt-controller; | 57 | interrupt-controller; |
| 50 | interrupt-parent = <&cpu_intc>; | 58 | interrupt-parent = <&core_intc>; |
| 51 | interrupts = < 18 >; | 59 | interrupts = < 18 >; |
| 52 | }; | 60 | }; |
| 53 | 61 | ||
