xref: /freebsd/sys/contrib/device-tree/src/arm/broadcom/bcm47094.dtsi (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright (C) 2016 Rafał Miłecki <rafal@milecki.pl>
4*f126890aSEmmanuel Vadot */
5*f126890aSEmmanuel Vadot
6*f126890aSEmmanuel Vadot#include "bcm4708.dtsi"
7*f126890aSEmmanuel Vadot
8*f126890aSEmmanuel Vadot/ {
9*f126890aSEmmanuel Vadot};
10*f126890aSEmmanuel Vadot
11*f126890aSEmmanuel Vadot&pinctrl {
12*f126890aSEmmanuel Vadot	compatible = "brcm,bcm4709-pinmux";
13*f126890aSEmmanuel Vadot
14*f126890aSEmmanuel Vadot	pinmux_mdio: mdio-pins {
15*f126890aSEmmanuel Vadot		groups = "mdio_grp";
16*f126890aSEmmanuel Vadot		function = "mdio";
17*f126890aSEmmanuel Vadot	};
18*f126890aSEmmanuel Vadot};
19*f126890aSEmmanuel Vadot
20*f126890aSEmmanuel Vadot&usb3_phy {
21*f126890aSEmmanuel Vadot	compatible = "brcm,ns-bx-usb3-phy";
22*f126890aSEmmanuel Vadot};
23*f126890aSEmmanuel Vadot
24*f126890aSEmmanuel Vadot&uart0 {
25*f126890aSEmmanuel Vadot	clock-frequency = <125000000>;
26*f126890aSEmmanuel Vadot	status = "okay";
27*f126890aSEmmanuel Vadot};
28*f126890aSEmmanuel Vadot
29*f126890aSEmmanuel Vadot&srab {
30*f126890aSEmmanuel Vadot	compatible = "brcm,bcm53012-srab", "brcm,bcm5301x-srab";
31*f126890aSEmmanuel Vadot};
32