Blame view

arch/arm/dts/rk3368-geekbox-u-boot.dtsi 389 Bytes
bfc2ed5c2   Andy Yan   rockchip: add u-b...
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
  /*
   * (C) Copyright 2017 Theobroma Systems Design und Consulting GmbH
   *
   * SPDX-License-Identifier:     GPL-2.0+	X11
   */
  
  &pinctrl {
  	u-boot,dm-pre-reloc;
  };
  
  &service_msch {
  	u-boot,dm-pre-reloc;
  };
  
  &dmc {
  	u-boot,dm-pre-reloc;
  	status = "okay";
  };
  
  &pmugrf {
  	u-boot,dm-pre-reloc;
  };
  
  &cru {
  	u-boot,dm-pre-reloc;
  };
  
  &grf {
  	u-boot,dm-pre-reloc;
  };
  
  &uart2 {
  	u-boot,dm-pre-reloc;
  };