Linux Audio

Check our new training course

Loading...
v4.17
 1/*
 2 * Copyright 2013 Christian Hemp, Phytec Messtechnik GmbH
 3 *
 4 * The code contained herein is licensed under the GNU General Public
 5 * License. You may obtain a copy of the GNU General Public License
 6 * Version 2 or later at the following locations:
 7 *
 8 * http://www.opensource.org/licenses/gpl-license.html
 9 * http://www.gnu.org/copyleft/gpl.html
10 */
11
12/dts-v1/;
13#include "imx6q-phytec-pfla02.dtsi"
14#include "imx6qdl-phytec-pbab01.dtsi"
15
16/ {
17	model = "Phytec phyFLEX-i.MX6 Quad Carrier-Board";
18	compatible = "phytec,imx6q-pbab01", "phytec,imx6q-pfla02", "fsl,imx6q";
 
 
 
 
 
19
20	chosen {
21		stdout-path = &uart4;
22	};
23};
24
25&sata {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26	status = "okay";
27};
v3.15
 1/*
 2 * Copyright 2013 Christian Hemp, Phytec Messtechnik GmbH
 3 *
 4 * The code contained herein is licensed under the GNU General Public
 5 * License. You may obtain a copy of the GNU General Public License
 6 * Version 2 or later at the following locations:
 7 *
 8 * http://www.opensource.org/licenses/gpl-license.html
 9 * http://www.gnu.org/copyleft/gpl.html
10 */
11
12/dts-v1/;
13#include "imx6q-phytec-pfla02.dtsi"
 
14
15/ {
16	model = "Phytec phyFLEX-i.MX6 Quad Carrier-Board";
17	compatible = "phytec,imx6q-pbab01", "phytec,imx6q-pfla02", "fsl,imx6q";
18};
19
20&fec {
21	status = "okay";
22};
23
24&gpmi {
25	status = "okay";
 
26};
27
28&sata {
29	status = "okay";
30};
31
32&uart4 {
33	status = "okay";
34};
35
36&usbh1 {
37	status = "okay";
38};
39
40&usbotg {
41	status = "okay";
42};
43
44&usdhc2 {
45	status = "okay";
46};
47
48&usdhc3 {
49	status = "okay";
50};