mirror of
https://github.com/opnsense/src.git
synced 2026-03-07 07:44:13 -05:00
from the git tree. This merges a lot that we're not using, but there's too many files to be selective and have a hope of catching everything. If there are conflicts with the rest of the tree, we'll resolve them on a case by case basis. MFC after: 2 weeks Sponsored by: Netflix, Inc.
15 lines
465 B
Text
15 lines
465 B
Text
/*
|
|
* Copyright (C) 2013 STMicroelectronics (R&D) Limited.
|
|
* Author: Srinivas Kandagatla <srinivas.kandagatla@st.com>
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* publishhed by the Free Software Foundation.
|
|
*/
|
|
/dts-v1/;
|
|
#include "stih415.dtsi"
|
|
#include "stih41x-b2000.dtsi"
|
|
/ {
|
|
model = "STiH415 B2000 Board";
|
|
compatible = "st,stih415-b2000", "st,stih415";
|
|
};
|