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

Commit 4116b096 authored by Shadab Naseem's avatar Shadab Naseem
Browse files

ARM: dts: msm: Add initial device tree for bengal

Add initial device tree support for bengal target
on rumi platform. Update the bindings for same.

Change-Id: I68154e3ae2fa9cffbcb4aca6aa9d7127bf791d90
parent d2b4d028
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -50,6 +50,9 @@ SoCs:
- LITO
  compatible = "qcom,lito"

- BENGAL
  compatible = "qcom,bengal"

- SDMSHRIKE
  compatible = "qcom,sdmshrike"

@@ -167,6 +170,7 @@ compatible = "qcom,lito-mtp"
compatible = "qcom,lito-cdp"
compatible = "qcom,lito-atp"
compatible = "qcom,lito-qrd"
compatible = "qcom,bengal-rumi"
compatible = "qcom,sdmshrike-rumi"
compatible = "qcom,sdmshrike-mtp"
compatible = "qcom,sdmshrike-cdp"
+10 −0
Original line number Diff line number Diff line
@@ -40,6 +40,16 @@ dtb-$(CONFIG_ARCH_LITO) += lito-rumi.dtb \
                lito-qrd.dtb
endif


ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)
        dtbo-$(CONFIG_ARCH_BENGAL) += \
                bengal-rumi-overlay.dtbo

bengal-rumi-overlay.dtbo-base := bengal.dtb
else
dtb-$(CONFIG_ARCH_BENGAL) += bengal-rumi.dtb
endif

always		:= $(dtb-y)
subdir-y	:= $(dts-dirs)
clean-files    := *.dtb *.dtbo
+12 −0
Original line number Diff line number Diff line
/dts-v1/;
/plugin/;

#include <dt-bindings/interrupt-controller/arm-gic.h>
#include "bengal-rumi.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. Bengal RUMI";
	compatible = "qcom,bengal-rumi", "qcom,bengal", "qcom,rumi";
	qcom,msm-id = <417 0x10000>;
	qcom,board-id = <15 0>;
};

qcom/bengal-rumi.dts

0 → 100644
+11 −0
Original line number Diff line number Diff line
/dts-v1/;
/memreserve/ 0x90000000 0x00000100;

#include "bengal.dtsi"
#include "bengal-rumi.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. Bengal RUMI";
	compatible = "qcom,bengal-rumi", "qcom,bengal", "qcom,rumi";
	qcom,board-id = <15 0>;
};

qcom/bengal-rumi.dtsi

0 → 100644
+13 −0
Original line number Diff line number Diff line
&soc {
	timer {
		clock-frequency = <800000>;
	};

	timer@f120000 {
		clock-frequency = <800000>;
	};

	wdog: qcom,wdt@f017000 {
		status = "disabled";
	};
};
Loading