12924cd18SRuud Derwig/* 22924cd18SRuud Derwig * Copyright (C) 2013, 2014 Synopsys, Inc. (www.synopsys.com) 32924cd18SRuud Derwig * 42924cd18SRuud Derwig * This program is free software; you can redistribute it and/or modify 52924cd18SRuud Derwig * it under the terms of the GNU General Public License version 2 as 62924cd18SRuud Derwig * published by the Free Software Foundation. 72924cd18SRuud Derwig */ 82924cd18SRuud Derwig 92924cd18SRuud Derwig/* 102924cd18SRuud Derwig * Device tree for AXC003 CPU card: HS38x UP configuration (VDK version) 112924cd18SRuud Derwig */ 122924cd18SRuud Derwig 132e8cd938SVineet Gupta/include/ "skeleton_hs.dtsi" 142e8cd938SVineet Gupta 152924cd18SRuud Derwig/ { 162924cd18SRuud Derwig compatible = "snps,arc"; 172924cd18SRuud Derwig #address-cells = <1>; 182924cd18SRuud Derwig #size-cells = <1>; 192924cd18SRuud Derwig 202924cd18SRuud Derwig cpu_card { 212924cd18SRuud Derwig compatible = "simple-bus"; 222924cd18SRuud Derwig #address-cells = <1>; 232924cd18SRuud Derwig #size-cells = <1>; 242924cd18SRuud Derwig 252924cd18SRuud Derwig ranges = <0x00000000 0xf0000000 0x10000000>; 262924cd18SRuud Derwig 27b3d6aba8SVineet Gupta core_clk: core_clk { 28b3d6aba8SVineet Gupta #clock-cells = <0>; 29b3d6aba8SVineet Gupta compatible = "fixed-clock"; 30b3d6aba8SVineet Gupta clock-frequency = <50000000>; 31b3d6aba8SVineet Gupta }; 32b3d6aba8SVineet Gupta 339ba7648cSVineet Gupta core_intc: archs-intc@cpu { 342924cd18SRuud Derwig compatible = "snps,archs-intc"; 352924cd18SRuud Derwig interrupt-controller; 362924cd18SRuud Derwig #interrupt-cells = <1>; 372924cd18SRuud Derwig }; 382924cd18SRuud Derwig 39*ef4c54c3SAlexey Brodkin debug_uart: dw-apb-uart@5000 { 402924cd18SRuud Derwig compatible = "snps,dw-apb-uart"; 412924cd18SRuud Derwig reg = <0x5000 0x100>; 422924cd18SRuud Derwig clock-frequency = <2403200>; 439ba7648cSVineet Gupta interrupt-parent = <&core_intc>; 442924cd18SRuud Derwig interrupts = <19>; 452924cd18SRuud Derwig baud = <115200>; 462924cd18SRuud Derwig reg-shift = <2>; 472924cd18SRuud Derwig reg-io-width = <4>; 482924cd18SRuud Derwig }; 492924cd18SRuud Derwig 502924cd18SRuud Derwig }; 512924cd18SRuud Derwig 52*ef4c54c3SAlexey Brodkin mb_intc: dw-apb-ictl@e0012000 { 532924cd18SRuud Derwig #interrupt-cells = <1>; 542924cd18SRuud Derwig compatible = "snps,dw-apb-ictl"; 552924cd18SRuud Derwig reg = < 0xe0012000 0x200 >; 562924cd18SRuud Derwig interrupt-controller; 579ba7648cSVineet Gupta interrupt-parent = <&core_intc>; 582924cd18SRuud Derwig interrupts = < 18 >; 592924cd18SRuud Derwig }; 602924cd18SRuud Derwig 612924cd18SRuud Derwig memory { 622924cd18SRuud Derwig #address-cells = <1>; 632924cd18SRuud Derwig #size-cells = <1>; 642924cd18SRuud Derwig ranges = <0x00000000 0x80000000 0x40000000>; 652924cd18SRuud Derwig device_type = "memory"; 66f759ee57SVineet Gupta reg = <0x80000000 0x20000000>; /* 512MiB */ 672924cd18SRuud Derwig }; 682924cd18SRuud Derwig}; 69