c98819a9e6
The "/dts-v1/;" identifier is supposed to be present once at the top of a device tree file after the includes have been processed. Like done for other targets recently, put the dts-v1 statement into the top-level SoC-based DTSI files, and remove all other occurences. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
14 lines
330 B
Plaintext
14 lines
330 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
|
|
/*
|
|
* Device Tree file for Sercomm H500-s vfes
|
|
*
|
|
* Copyright (C) 2020 Daniel González Cabanelas <dgcbueu@gmail.com>
|
|
*/
|
|
|
|
#include "bcm63167-sercomm-h500-s.dtsi"
|
|
|
|
/ {
|
|
model = "Sercomm H500-s vfes";
|
|
compatible = "sercomm,h500-s-vfes", "brcm,bcm63167", "brcm,bcm63268";
|
|
};
|