blob: 17009073f3f44b3150e967e0a8e7008fee59b435 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/* @file
*
* Empty dts file that's only used as an example to build a RB3Gen2 platform.
* User can override this with USER_PROVIDED_DTB=true option.
*
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.<BR>
*
* SPDX-License-Identifier: BSD-2-Clause-Patent
*
*/
/dts-v1/;
/ {
model = "Qualcomm Technologies, Inc. Robotics RB3gen2";
compatible = "qcom,qcs6490-rb3gen2", "qcom,qcm6490";
};
|