ARM: dts: msm: Add initial devicetree for Kera OEMVM

Add initial devicetree files for OEMVM for RUMI platform on Kera SoC.

Change-Id: I92019de68818c03dce6c93bba96902b071bb5785
Signed-off-by: Hrishabh Rajput <quic_hrishabh@quicinc.com>
This commit is contained in:
Hrishabh Rajput
2024-10-14 19:40:00 +05:30
parent cdd788bd9e
commit 3a5024df85
5 changed files with 252 additions and 2 deletions

View File

@@ -162,7 +162,7 @@ _platform_map = {
{"name": "sunp-vm-hdk.dtb"},
{"name": "sun-vm-rumi.dtb"},
],
"binary_compatible_with": ["tuna-oemvm"],
"binary_compatible_with": ["tuna-oemvm", "kera-oemvm"],
},
"tuna-tuivm": {
"dtb_list": [
@@ -213,6 +213,14 @@ _platform_map = {
"kera-tuivm": {
"dtb_list": [
# keep sorted
{"name": "kera-oemvm-rumi.dtb"},
{"name": "kera-vm-rumi.dtb"},
],
},
"kera-oemvm": {
"dtb_list": [
# keep sorted
{"name": "kera-oemvm-rumi.dtb"},
{"name": "kera-vm-rumi.dtb"},
],
},