mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
12 lines
190 B
Text
12 lines
190 B
Text
/*
|
|
* Copyright (C) 2016 Rafał Miłecki <rafal@milecki.pl>
|
|
*
|
|
* Licensed under the ISC license.
|
|
*/
|
|
|
|
#include "bcm4708.dtsi"
|
|
|
|
&uart0 {
|
|
clock-frequency = <125000000>;
|
|
status = "okay";
|
|
};
|