mirror of https://github.com/hak5/openwrt.git
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";
|
|
};
|