Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 434e1c57 authored by Barry Song's avatar Barry Song Committed by Barry Song
Browse files

ARM: PRIMA2: rename prima2-cb.dts to prima2.dtsi as it only has SoC features



The current prima2-cb.dts only includes prima2 SoC feature without board-
specific descriptions. This patches rename it to dtsi and clean some useless
content.

Signed-off-by: default avatarBarry Song <Baohua.Song@csr.com>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 500b6ae3
Loading
Loading
Loading
Loading
+10 −12
Original line number Diff line number Diff line
/dts-v1/;
/*
 * DTS file for CSR SiRFprimaII SoC
 *
 * Copyright (c) 2012 Cambridge Silicon Radio Limited, a CSR plc group company.
 *
 * Licensed under GPLv2 or later.
 */

/include/ "skeleton.dtsi"
/ {
	model = "SiRF Prima2 eVB";
	compatible = "sirf,prima2-cb", "sirf,prima2";
	compatible = "sirf,prima2";
	#address-cells = <1>;
	#size-cells = <1>;
	interrupt-parent = <&intc>;

	memory {
		reg = <0x00000000 0x20000000>;
	};

	chosen {
		bootargs = "mem=512M real_root=/dev/mmcblk0p2 console=ttyS0 panel=1 bootsplash=true bpp=16 androidboot.console=ttyS1";
		linux,stdout-path = &uart1;
	};

	cpus {
		#address-cells = <1>;
		#size-cells = <0>;