mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 06:26:49 +07:00
eb59e09203
Follow the recent trend for the license description Acked-by: Jason Cooper <jason@lakedaemon.net> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
20 lines
387 B
Plaintext
20 lines
387 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Device Tree file for QNAP TS41X with 6282 SoC
|
|
*
|
|
* Copyright (C) 2013, Andrew Lunn <andrew@lunn.ch>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "kirkwood.dtsi"
|
|
#include "kirkwood-6282.dtsi"
|
|
#include "kirkwood-ts219.dtsi"
|
|
#include "kirkwood-ts419.dtsi"
|
|
|
|
ðphy0 { reg = <0>; };
|
|
ðphy1 { reg = <1>; };
|
|
|
|
&pciec { status = "okay"; };
|
|
&pcie1 { status = "okay"; };
|