mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 04:59:05 +00:00
* tag 'CAMERA.LA.2.0.r1-12000-WAIPIO.0' of https://github.com/waipio-kernel-devicetree/kernel-camera-devicetree: ARM: dts: msm: New platform subtypes support for Parrot ARM: dts: msm: New soc id support for Parrot ARM: dts: msm: Add camera SOC id for netrani Pro dts: ravelin: msm: camera: add Board ID for IOT Change-Id: Ie1e044976f946fb852b894ad0147d60df7957e40
18 lines
576 B
Plaintext
18 lines
576 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include <dt-bindings/clock/qcom,gcc-parrot.h>
|
|
#include <dt-bindings/clock/qcom,camcc-parrot.h>
|
|
#include <dt-bindings/interconnect/qcom,parrot.h>
|
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
|
#include <dt-bindings/regulator/qcom,rpmh-regulator-levels.h>
|
|
|
|
#include "parrot-camera.dtsi"
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Parrot v1 SoC";
|
|
compatible = "qcom,parrot";
|
|
qcom,msm-id = <537 0x10000>, <583 0x10000>, <613 0x10000>, <631 0x10000>,
|
|
<633 0x10000>, <634 0x10000>, <638 0x10000>, <663 0x10000>;
|
|
qcom,board-id = <0 0>, <0 0x600>;
|
|
};
|