mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 18:36:42 +07:00
d109673443
This matches licensing used by other BCM5301X files and is preferred as: 1) GPL 2.0+ makes it clearly compatible with Linux kernel 2) MIT is also permissive but preferred over ISC This file has been developed by me & once modified by Vivek. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Acked-by: Vivek Unune <npcomplete13@gmail.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
19 lines
265 B
Plaintext
19 lines
265 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
/*
|
|
* Copyright (C) 2016 Rafał Miłecki <rafal@milecki.pl>
|
|
*/
|
|
|
|
#include "bcm4708.dtsi"
|
|
|
|
/ {
|
|
};
|
|
|
|
&usb3_phy {
|
|
compatible = "brcm,ns-bx-usb3-phy";
|
|
};
|
|
|
|
&uart0 {
|
|
clock-frequency = <125000000>;
|
|
status = "okay";
|
|
};
|