Blame view

arch/arm/dts/fsl-imx8qm-mek-xen.dts 1.25 KB
de4f81cd4   Peng Fan   MLK-18577-7 imx8q...
1
  /*
5b27f2dca   Peng Fan   MLK-20955 imx8qm:...
2
   * Copyright 2018-2019 NXP
de4f81cd4   Peng Fan   MLK-18577-7 imx8q...
3
4
5
6
7
8
9
10
11
12
13
   *
   * This program is free software; you can redistribute it and/or
   * modify it under the terms of the GNU General Public License
   * as published by the Free Software Foundation; either version 2
   * of the License, or (at your option) any later version.
   *
   * This program is distributed in the hope that it will be useful,
   * but WITHOUT ANY WARRANTY; without even the implied warranty of
   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   * GNU General Public License for more details.
   */
de4f81cd4   Peng Fan   MLK-18577-7 imx8q...
14
  #include "fsl-imx8qm-mek.dts"
8f53e8699   Peng Fan   MLK-24172-1 imx8q...
15
  #include "fsl-imx8qm-mek-u-boot.dtsi"
de4f81cd4   Peng Fan   MLK-18577-7 imx8q...
16

de4f81cd4   Peng Fan   MLK-18577-7 imx8q...
17
  &usdhc2 {
de4f81cd4   Peng Fan   MLK-18577-7 imx8q...
18
19
  	status = "disabled";
  };
fc3de8021   Peng Fan   MLK-24189-1 arm: ...
20
21
22
  &gpio1 {
  	/delete-property/ power-domains;
  };
de4f81cd4   Peng Fan   MLK-18577-7 imx8q...
23
24
25
26
27
  &gpio2 {
  	status = "disabled";
  };
  
  &gpio4 {
fc3de8021   Peng Fan   MLK-24189-1 arm: ...
28
  	/delete-property/ power-domains;
161610a75   Peng Fan   MLK-20383 imx8qm:...
29
  	status = "okay";
de4f81cd4   Peng Fan   MLK-18577-7 imx8q...
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
  };
  
  &gpio5 {
  	status = "disabled";
  };
  
  &usbotg3 {
  	status = "disabled";
  };
  
  &fec1 {
  	status = "disabled";
  };
  
  &fec2 {
  	status = "disabled";
  };
  
  &flexspi0 {
  	status = "disabled";
  };
  
  &i2c0 {
  	status = "disabled";
  };
  
  &i2c1_lvds0 {
  	status = "disabled";
  };
  
  &i2c1_lvds1 {
  	status = "disabled";
  };
  
  &lpspi0 {
  	status = "disabled";
  };
  
  &lpuart0 {
6574ae694   Peng Fan   MLK-20373-6 imx8q...
69
  	compatible = "xen,xen";
5b27f2dca   Peng Fan   MLK-20955 imx8qm:...
70
  	/delete-property/ power-domains;
6574ae694   Peng Fan   MLK-20373-6 imx8q...
71
  	u-boot,dm-pre-reloc;
8f53e8699   Peng Fan   MLK-24172-1 imx8q...
72
73
74
75
76
  	u-boot,dm-spl;
  };
  
  &mu {
  	reg = <0x0 0x5d1d0000 0x0 0x10000>;
de4f81cd4   Peng Fan   MLK-18577-7 imx8q...
77
  };