freebsd-dev/sys/boot/fdt/dts/mips/fbsd-rt2880.dtsi

17 lines
312 B
Plaintext
Raw Normal View History

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