Linux Audio

Check our new training course

Loading...
Note: File does not exist in v6.9.4.
 1/*
 2 * Copyright (C) 2016 Rafał Miłecki <rafal@milecki.pl>
 3 *
 4 * Licensed under the ISC license.
 5 */
 6
 7#include "bcm4708.dtsi"
 8
 9/ {
10	usb3_phy: usb3-phy {
11		compatible = "brcm,ns-bx-usb3-phy";
12	};
13};
14
15&uart0 {
16	clock-frequency = <125000000>;
17	status = "okay";
18};