003 File Manager
Current Path:
/usr/src/sys/contrib/device-tree/src/arc
usr
/
src
/
sys
/
contrib
/
device-tree
/
src
/
arc
/
📁
..
📄
abilis_tb100.dtsi
(8.47 KB)
📄
abilis_tb100_dvk.dts
(2.04 KB)
📄
abilis_tb101.dtsi
(8.72 KB)
📄
abilis_tb101_dvk.dts
(2.04 KB)
📄
abilis_tb10x.dtsi
(5.66 KB)
📄
axc001.dtsi
(2.97 KB)
📄
axc003.dtsi
(3.78 KB)
📄
axc003_idu.dtsi
(3.85 KB)
📄
axs101.dts
(437 B)
📄
axs103.dts
(476 B)
📄
axs103_idu.dts
(507 B)
📄
axs10x_mb.dtsi
(7.08 KB)
📄
eznps.dts
(1.54 KB)
📄
haps_hs.dts
(2.03 KB)
📄
haps_hs_idu.dts
(1.46 KB)
📄
hsdk.dts
(7.45 KB)
📄
nsim_700.dts
(1.09 KB)
📄
nsimosci.dts
(1.77 KB)
📄
nsimosci_hs.dts
(1.83 KB)
📄
nsimosci_hs_idu.dts
(2.02 KB)
📄
skeleton.dtsi
(858 B)
📄
skeleton_hs.dtsi
(905 B)
📄
skeleton_hs_idu.dtsi
(1.06 KB)
📄
vdk_axc003.dtsi
(1.29 KB)
📄
vdk_axc003_idu.dtsi
(1.47 KB)
📄
vdk_axs10x_mb.dtsi
(2.82 KB)
📄
vdk_hs38.dts
(410 B)
📄
vdk_hs38_smp.dts
(448 B)
Editing: vdk_axc003_idu.dtsi
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2014, 2015 Synopsys, Inc. (www.synopsys.com) */ /* * Device tree for AXC003 CPU card: * HS38x2 (Dual Core) with IDU intc (VDK version) */ /include/ "skeleton_hs_idu.dtsi" / { compatible = "snps,arc"; #address-cells = <1>; #size-cells = <1>; cpu_card { compatible = "simple-bus"; #address-cells = <1>; #size-cells = <1>; ranges = <0x00000000 0xf0000000 0x10000000>; core_clk: core_clk { #clock-cells = <0>; compatible = "fixed-clock"; clock-frequency = <50000000>; }; core_intc: archs-intc@cpu { compatible = "snps,archs-intc"; interrupt-controller; #interrupt-cells = <1>; }; idu_intc: idu-interrupt-controller { compatible = "snps,archs-idu-intc"; interrupt-controller; interrupt-parent = <&core_intc>; #interrupt-cells = <1>; }; debug_uart: dw-apb-uart@5000 { compatible = "snps,dw-apb-uart"; reg = <0x5000 0x100>; clock-frequency = <2403200>; interrupt-parent = <&idu_intc>; interrupts = <2>; baud = <115200>; reg-shift = <2>; reg-io-width = <4>; }; }; mb_intc: dw-apb-ictl@e0012000 { #interrupt-cells = <1>; compatible = "snps,dw-apb-ictl"; reg = < 0xe0012000 0x200 >; interrupt-controller; interrupt-parent = <&idu_intc>; interrupts = <0>; }; memory { #address-cells = <1>; #size-cells = <1>; ranges = <0x00000000 0x80000000 0x40000000>; device_type = "memory"; reg = <0x80000000 0x20000000>; /* 512MiB */ }; };
Upload File
Create Folder