1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Device Tree file for Freescale LS1012A Freedom Board.
5 * Copyright 2016 Freescale Semiconductor, Inc.
10 #include "fsl-ls1012a.dtsi"
13 model = "LS1012A Freedom Board";
14 compatible = "fsl,ls1012a-frdm", "fsl,ls1012a";
16 sys_mclk: clock-mclk {
17 compatible = "fixed-clock";
19 clock-frequency = <25000000>;
22 reg_1p8v: regulator-1p8v {
23 compatible = "regulator-fixed";
24 regulator-name = "1P8V";
25 regulator-min-microvolt = <1800000>;
26 regulator-max-microvolt = <1800000>;
31 compatible = "simple-audio-card";
32 simple-audio-card,format = "i2s";
33 simple-audio-card,widgets =
34 "Microphone", "Microphone Jack",
35 "Headphone", "Headphone Jack",
36 "Speaker", "Speaker Ext",
37 "Line", "Line In Jack";
38 simple-audio-card,routing =
39 "MIC_IN", "Microphone Jack",
40 "Microphone Jack", "Mic Bias",
41 "LINE_IN", "Line In Jack",
42 "Headphone Jack", "HP_OUT",
43 "Speaker Ext", "LINE_OUT";
45 simple-audio-card,cpu {
51 simple-audio-card,codec {
55 system-clock-frequency = <25000000>;
68 #sound-dai-cells = <0>;
69 compatible = "fsl,sgtl5000";
71 VDDA-supply = <®_1p8v>;
72 VDDIO-supply = <®_1p8v>;
81 compatible = "jedec,spi-nor";
84 spi-max-frequency = <50000000>;
87 spi-rx-bus-width = <2>;
88 spi-tx-bus-width = <2>;