16 lines
274 B
Plaintext
16 lines
274 B
Plaintext
|
// SPDX-License-Identifier: GPL-2.0-only
|
||
|
/*
|
||
|
* Copyright (c) Jean Thomas <virgule@jeanthomas.me>
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include "msm8992-lg-bullhead.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "LG Nexus 5X rev 1.01";
|
||
|
|
||
|
/* required for bootloader to select correct board */
|
||
|
qcom,board-id = <0xb64 0>;
|
||
|
};
|