Blame view

arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts 846 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  // SPDX-License-Identifier: GPL-2.0
d44a1138c   Joel Stanley   arm/dts: Add Aspe...
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  /dts-v1/;
  
  #include "aspeed-g4.dtsi"
  
  / {
  	model = "Palmetto BMC";
  	compatible = "tyan,palmetto-bmc", "aspeed,ast2400";
  
  	aliases {
  		serial4 = &uart5;
  	};
  
  	chosen {
  		stdout-path = &uart5;
9b08d4506   Cyril Bur   ARM: dts: aspeed:...
16
  		bootargs = "console=ttyS4,115200 earlyprintk";
d44a1138c   Joel Stanley   arm/dts: Add Aspe...
17
18
19
  	};
  
  	memory {
9b08d4506   Cyril Bur   ARM: dts: aspeed:...
20
  		reg = <0x40000000 0x20000000>;
d44a1138c   Joel Stanley   arm/dts: Add Aspe...
21
  	};
e53a7f1b9   Cyril Bur   ARM: dts: aspeed:...
22
23
24
25
26
27
28
29
30
31
32
  
  	reserved-memory {
  		#address-cells = <1>;
  		#size-cells = <1>;
  		ranges;
  
  		vga_memory: framebuffer@5f000000 {
  			no-map;
  			reg = <0x5f000000 0x01000000>; /* 16M */
  		};
  	};
d44a1138c   Joel Stanley   arm/dts: Add Aspe...
33
  };
74dc3cd32   Cédric Le Goater   ARM: dts: aspeed:...
34
35
36
37
  &fmc {
  	status = "okay";
  	flash@0 {
  		status = "okay";
63c6527b7   Cédric Le Goater   ARM: dts: aspeed:...
38
  		m25p,fast-read;
74dc3cd32   Cédric Le Goater   ARM: dts: aspeed:...
39
40
41
42
43
44
45
46
  		label = "bmc";
  	};
  };
  
  &spi {
  	status = "okay";
  	flash@0 {
  		status = "okay";
63c6527b7   Cédric Le Goater   ARM: dts: aspeed:...
47
  		m25p,fast-read;
74dc3cd32   Cédric Le Goater   ARM: dts: aspeed:...
48
49
50
  		label = "pnor";
  	};
  };
d44a1138c   Joel Stanley   arm/dts: Add Aspe...
51
52
53
  &uart5 {
  	status = "okay";
  };
34ea5c9de   Joel Stanley   ARM: dts: aspeed:...
54
55
56
57
58
59
60
61
62
  
  &mac0 {
  	status = "okay";
  
  	use-ncsi;
  
  	pinctrl-names = "default";
  	pinctrl-0 = <&pinctrl_rmii1_default>;
  };