Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

/*
 * 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>;
};