freebsd-dev/sys/boot/fdt/dts/mips/fbsd-mt7620n.dtsi
Stanislav Galabov 90f24ff8df Reduce the FreeBSD specific DTS files for Mediatek/Ralink
The introduction of palmbus and previous work allows us to cut the
differences between FreeBSD and OpenWRT DTS files a bit further.

Approved by:	adrian (mentor)
Sponsored by:	Smartcom - Bulgaria AD
Differential Revision:	https://reviews.freebsd.org/D6043
2016-04-23 04:24:30 +00:00

22 lines
421 B
Plaintext

/* $FreeBSD$ */
/ {
/* Specify alias for serial0 so we have a working console */
aliases {
serial0 = "/palmbus@10000000/uartlite@c00";
};
/*
* OpenWRT doesn't define a clock controller, but we currently need one
*/
clkctrl: cltctrl {
compatible = "ralink,rt2880-clock";
#clock-cells = <1>;
};
/* Specify the clocks node for the usbphy */
usbphy: usbphy {
clocks = <&clkctrl 22 &clkctrl 25>;
};
};