mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +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 lowi
|
||
|
*
|
||
|
* Copyright (C) 2020 Daniel González Cabanelas <dgcbueu@gmail.com>
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include "bcm63167-sercomm-h500-s.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Sercomm H500-s lowi";
|
||
|
compatible = "sercomm,h500-s-lowi", "brcm,bcm63167", "brcm,bcm63268";
|
||
|
};
|