xref: /freebsd-src/sys/contrib/device-tree/src/arm/nxp/imx/imx6ul-pico-dwarf.dts (revision aa1a8ff2d6dbc51ef058f46f3db5a8bb77967145)
1f126890aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2f126890aSEmmanuel Vadot//
3f126890aSEmmanuel Vadot// Copyright 2015 Technexion Ltd.
4f126890aSEmmanuel Vadot//
5f126890aSEmmanuel Vadot// Author: Wig Cheng  <wig.cheng@technexion.com>
6f126890aSEmmanuel Vadot//	   Richard Hu <richard.hu@technexion.com>
7f126890aSEmmanuel Vadot//	   Tapani Utriainen <tapani@technexion.com>
8f126890aSEmmanuel Vadot/dts-v1/;
9f126890aSEmmanuel Vadot
10f126890aSEmmanuel Vadot#include "imx6ul-pico.dtsi"
11f126890aSEmmanuel Vadot/ {
12f126890aSEmmanuel Vadot	model = "TechNexion PICO-IMX6UL and DWARF baseboard";
13f126890aSEmmanuel Vadot	compatible = "technexion,imx6ul-pico-dwarf", "fsl,imx6ul";
14f126890aSEmmanuel Vadot
15f126890aSEmmanuel Vadot	sound {
16f126890aSEmmanuel Vadot		compatible = "fsl,imx-audio-sgtl5000";
17f126890aSEmmanuel Vadot		model = "imx6ul-sgtl5000";
18f126890aSEmmanuel Vadot		audio-cpu = <&sai1>;
19f126890aSEmmanuel Vadot		audio-codec = <&sgtl5000>;
20f126890aSEmmanuel Vadot		audio-routing =
21f126890aSEmmanuel Vadot			"LINE_IN", "Line In Jack",
22f126890aSEmmanuel Vadot			"MIC_IN", "Mic Jack",
23f126890aSEmmanuel Vadot			"Mic Jack", "Mic Bias",
24f126890aSEmmanuel Vadot			"Headphone Jack", "HP_OUT";
25f126890aSEmmanuel Vadot	};
26f126890aSEmmanuel Vadot
27f126890aSEmmanuel Vadot	sys_mclk: clock-sys-mclk {
28f126890aSEmmanuel Vadot		compatible = "fixed-clock";
29f126890aSEmmanuel Vadot		#clock-cells = <0>;
30f126890aSEmmanuel Vadot		clock-frequency = <24576000>;
31f126890aSEmmanuel Vadot	};
32f126890aSEmmanuel Vadot};
33f126890aSEmmanuel Vadot
34f126890aSEmmanuel Vadot&i2c2 {
35f126890aSEmmanuel Vadot	clock-frequency = <100000>;
36f126890aSEmmanuel Vadot	pinctrl-names = "default";
37f126890aSEmmanuel Vadot	pinctrl-0 = <&pinctrl_i2c2>;
38f126890aSEmmanuel Vadot	status = "okay";
39f126890aSEmmanuel Vadot
40f126890aSEmmanuel Vadot	sgtl5000: audio-codec@a {
41f126890aSEmmanuel Vadot		reg = <0x0a>;
42f126890aSEmmanuel Vadot		compatible = "fsl,sgtl5000";
43*aa1a8ff2SEmmanuel Vadot		#sound-dai-cells = <0>;
44f126890aSEmmanuel Vadot		clocks = <&sys_mclk>;
45f126890aSEmmanuel Vadot		VDDA-supply = <&reg_2p5v>;
46f126890aSEmmanuel Vadot		VDDIO-supply = <&reg_3p3v>;
47f126890aSEmmanuel Vadot	};
48f126890aSEmmanuel Vadot
49f126890aSEmmanuel Vadot	pressure-sensor@60 {
50f126890aSEmmanuel Vadot		compatible = "fsl,mpl3115";
51f126890aSEmmanuel Vadot		reg = <0x60>;
52f126890aSEmmanuel Vadot	};
53f126890aSEmmanuel Vadot};
54