summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6qdl-phytec-mira.dtsi
blob: bcda7dd82a9ca4b5f789177c5baee93de7fcb763 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
// SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
/*
 * Copyright (C) 2019 PHYTEC Messtechnik GmbH
 * Author: Stefan Riedmueller <s.riedmueller@phytec.de>
 */

#include <arm/nxp/imx/imx6qdl-phytec-mira.dtsi>
#include <dt-bindings/gpio/gpio.h>

/ {
	chosen {
		stdout-path = &uart2;
	};
};

&backlight {
	status = "disabled";
};

&ldb {
	status = "disabled";
};

&pwm1 {
	status = "disabled";
};

&usdhc1 {
	partitions {
		compatible = "fixed-partitions";
                #address-cells = <1>;
                #size-cells = <1>;

                partition@0 {
                        label = "barebox";
                        reg = <0x0 0xe0000>;
                };

                env_sd1: partition@e0000 {
                        label = "barebox-environment";
                        reg = <0xe0000 0x20000>;
                };
        };
};