삼성 ARMv8 Soc (GH7) 정보

조만석 2014.02.19 22:04 조회 수 : 3088

안녕하세요. 


삼성의 차기(?) SoC로 예상되는 GH7에 대한 내용이 있어서 공유합니다. 


메일링으로 커밋된 정보를 보면 엑시노스라고 하지 않고 GH7이라고 이름 붙였고, 

DTSi를 보면 4개의 Core가 arm, armv8, timer에도 arm,armv8 이라고 되어 있습니다. 

64비트인 ARMv8이 조금씩 들어나고 있네요. 물론 시간이 조금 더 지나면 더욱 많은 정보가 들어나겠지요. ㅎㅎ 

diff --git a/arch/arm64/boot/dts/samsung-gh7.dtsi b/arch/arm64/boot/dts/samsung-gh7.dtsi
new file mode 100644
index 0000000..5b8785c
--- /dev/null
+++ b/arch/arm64/boot/dts/samsung-gh7.dtsi
@@ -0,0 +1,108 @@
+/*
+ * SAMSUNG GH7 SoC device tree source
+ *
+ * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ *		http://www.samsung.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.
+*/
+
+/dts-v1/;
+
+/memreserve/ 0x80000000 0x0C400000;
+
+/ {
+	model = "SAMSUNG GH7";
+	compatible = "samsung,gh7";
+	interrupt-parent = <&gic>;
+	#address-cells = <2>;
+	#size-cells = <2>;
+
+	cpus {
+		#address-cells = <2>;
+		#size-cells = <0>;
+
+		cpu@000 {
+			device_type = "cpu";
+			compatible = "arm,armv8";
+			reg = <0x0 0x000>;
+			enable-method = "spin-table";
+			cpu-release-addr = <0x0 0x8000fff8>;
+		};
+		cpu@001 {
+			device_type = "cpu";
+			compatible = "arm,armv8";
+			reg = <0x0 0x001>;
+			enable-method = "spin-table";
+			cpu-release-addr = <0x0 0x8000fff8>;
+		};
+		cpu@002 {
+			device_type = "cpu";
+			compatible = "arm,armv8";
+			reg = <0x0 0x002>;
+			enable-method = "spin-table";
+			cpu-release-addr = <0x0 0x8000fff8>;
+		};
+		cpu@003 {
+			device_type = "cpu";
+			compatible = "arm,armv8";
+			reg = <0x0 0x003>;
+			enable-method = "spin-table";
+			cpu-release-addr = <0x0 0x8000fff8>;
+		};
+	};
+
+
+	gic: interrupt-controller@1C000000 {
+		compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic";
+		#interrupt-cells = <3>;
+		#address-cells = <0>;
+		interrupt-controller;
+		reg = <0x0 0x1C001000 0 0x1000>,	/* GIC Dist */
+		      <0x0 0x1C002000 0 0x1000>,	/* GIC CPU */
+		      <0x0 0x1C004000 0 0x2000>,	/* GIC VCPU Control */
+		      <0x0 0x1C006000 0 0x2000>;	/* GIC VCPU */
+		interrupts = <1 9 0xf04>;	/* GIC Maintenence IRQ */
+	};
+
+	timer {
+		compatible = "arm,armv8-timer";
+		interrupts = <1 13 0xff01>,	/* Secure Phys IRQ */
+			     <1 14 0xff01>,	/* Non-secure Phys IRQ */
+			     <1 11 0xff01>,	/* Virt IRQ */
+			     <1 10 0xff01>;	/* Hyp IRQ */
+		clock-frequency = <100000000>;
+	};
+
+	pmu {
+		compatible = "arm,armv8-pmuv3";
+		interrupts = <0 294 8>,
+			     <0 295 8>,
+			     <0 296 8>,
+			     <0 297 8>,
+			     <0 298 8>,
+			     <0 299 8>,
+			     <0 300 8>,
+			     <0 301 8>;
+	};
+
+	amba {
+		compatible = "arm,amba-bus";
+		#address-cells = <1>;
+		#size-cells = <1>;
+		ranges;
+
+		serial@12c00000 {
+			compatible = "arm,pl011", "arm,primecell";
+			reg = <0x12c00000 0x10000>;
+			interrupts = <418>;
+		};
+
+		serial@12c20000 {
+			compatible = "arm,pl011", "arm,primecell";
+			reg = <0x12c20000 0x10000>;
+			interrupts = <420>;
+		};
+	};
+};
번호 제목 글쓴이 날짜 조회 수
공지 [공지] 재미난 이야기나 유머. 새로운 소식을 위한 게시판입니다. woos 2016.04.09 339
388 요즘 코인 안하던 사람들 심경변화 akqk13012 2021.04.23 15952
387 북한에서 만든 운영체제 [3] 백창우 2010.03.02 12694
386 Wired 지 아이패드 버전 공개. '우리는 이런 기기를 15년동안 기다려왔다" [1] 강진성 2010.02.24 10477
385 무료 강의 들을수 있는 곳 [4] 백창우 2013.06.07 3915
384 아마존 웹서비스 세미나 백창우 2013.05.15 3834
383 ARM big.LITTLE MP 동작 설명 동영상 [1] 조만석 2013.09.11 3531
382 코리아 리눅스 포럼 2013 [1] file 조만석 2013.11.04 3485
381 FSF(프리소프트웨어재단)에서 안드로이드 바탕으로 한 Full free OS지원 발표 [1] file 조만석 2013.08.04 3348
» 삼성 ARMv8 Soc (GH7) 정보 [1] 조만석 2014.02.19 3088
379 The 3.10 kernel is out!! [4] 아폴로 2013.07.02 2928
378 2013년 8월 프로그래밍 언어 랭킹 file 조만석 2013.09.03 2917
377 Exynos 5 Octa (5420)발표 [3] file 조만석 2013.07.23 2912
376 ARM 기반 PC 가 개발되었다고 합니다 [2] 아폴로 2013.07.18 2852
375 국민 제안 SW정책 아이디어 공모전 백창우 2013.04.17 2845
374 인텔 아톰 프로세서 탑재한 초고성능 '괴물폰' 등장 [10] 허욱 2013.07.05 2713
373 ARM, 저전력 타고 서버 공세 시작한다 아폴로 2013.08.27 2457
372 Open Technet, 새로운 모바일 플랫폼과 웹의 변화 file 백창우 2013.06.07 2273
371 22살 자연G컵녀 akqk13012 2021.04.01 2253
370 임베디드 SW 개발자 장소 지원(판교 글로벌 R&D센터) [1] 조만석 2014.10.21 2203
369 CentOS 7.0 정식 출시 [1] 조만석 2014.07.08 2186
XE Login