mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
Add initial device tree to support Parrot. Change-Id: Id9e9d5c0216648a5fa1df4ec8e0ceae0b34db23e
12 lines
250 B
Plaintext
12 lines
250 B
Plaintext
/dts-v1/;
|
|
/memreserve/ 0x90000000 0x00010000;
|
|
|
|
#include "parrot.dtsi"
|
|
#include "parrot-rumi.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Parrot RUMI";
|
|
compatible = "qcom,parrot-rumi", "qcom,parrot", "qcom,rumi";
|
|
qcom,board-id = <0x1000F 0>;
|
|
};
|