mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
16 lines
333 B
Plaintext
16 lines
333 B
Plaintext
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
/*
|
||
|
* Device Tree file for Sercomm H500-s vfes
|
||
|
*
|
||
|
* Copyright (C) 2020 Daniel González Cabanelas <dgcbueu@gmail.com>
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include "bcm63167-sercomm-h500-s.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Sercomm H500-s vfes";
|
||
|
compatible = "sercomm,h500-s-vfes", "brcm,bcm63167", "brcm,bcm63268";
|
||
|
};
|