xref: /freebsd/sys/contrib/device-tree/src/mips/mscc/jaguar2_common.dtsi (revision 5def4c47d4bd90b209b9b4a4ba9faec15846d8fd)
1*5def4c47SEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2*5def4c47SEmmanuel Vadot/*
3*5def4c47SEmmanuel Vadot * Copyright (c) 2020 Microsemi Corporation
4*5def4c47SEmmanuel Vadot */
5*5def4c47SEmmanuel Vadot
6*5def4c47SEmmanuel Vadot#include "jaguar2.dtsi"
7*5def4c47SEmmanuel Vadot
8*5def4c47SEmmanuel Vadot/ {
9*5def4c47SEmmanuel Vadot	chosen {
10*5def4c47SEmmanuel Vadot		stdout-path = "serial0:115200n8";
11*5def4c47SEmmanuel Vadot	};
12*5def4c47SEmmanuel Vadot};
13*5def4c47SEmmanuel Vadot
14*5def4c47SEmmanuel Vadot&uart0 {
15*5def4c47SEmmanuel Vadot	status = "okay";
16*5def4c47SEmmanuel Vadot};
17*5def4c47SEmmanuel Vadot
18*5def4c47SEmmanuel Vadot&uart2 {
19*5def4c47SEmmanuel Vadot	status = "okay";
20*5def4c47SEmmanuel Vadot};
21*5def4c47SEmmanuel Vadot
22*5def4c47SEmmanuel Vadot&i2c0 {
23*5def4c47SEmmanuel Vadot	status = "okay";
24*5def4c47SEmmanuel Vadot	i2c-sda-hold-time-ns = <300>;
25*5def4c47SEmmanuel Vadot};
26