You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/*
|
|
* Copyright (C) 2016 Rafał Miłecki <rafal@milecki.pl>
|
|
*
|
|
* Licensed under the ISC license.
|
|
*/
|
|
|
|
#include "bcm4708.dtsi"
|
|
|
|
/ {
|
|
usb3_phy: usb3-phy {
|
|
compatible = "brcm,ns-bx-usb3-phy";
|
|
};
|
|
};
|
|
|
|
&uart0 {
|
|
clock-frequency = <125000000>;
|
|
status = "okay";
|
|
};
|
|
|