Linux Audio

Check our new training course

Linux kernel drivers training

May 6-19, 2025
Register
Loading...
Note: File does not exist in v4.6.
 1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
 2/*
 3 * Copyright (c) 2020 Microsemi Corporation
 4 */
 5
 6#include "jaguar2.dtsi"
 7
 8/ {
 9	chosen {
10		stdout-path = "serial0:115200n8";
11	};
12};
13
14&uart0 {
15	status = "okay";
16};
17
18&uart2 {
19	status = "okay";
20};
21
22&i2c0 {
23	status = "okay";
24	i2c-sda-hold-time-ns = <300>;
25};