aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/xilinx/drams.txt
blob: e6635d0e218ba4395cedd5522bf546c8041d42fb (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
bram $__XILINX_RAM64X1D
  init 1
  abits 6
  dbits 1
  groups 2
  ports  1 1
  wrmode 0 1
  enable 0 1
  transp 0 0
  clocks 0 1
  clkpol 0 2
endbram

bram $__XILINX_RAM128X1D
  init 1
  abits 7
  dbits 1
  groups 2
  ports  1 1
  wrmode 0 1
  enable 0 1
  transp 0 0
  clocks 0 1
  clkpol 0 2
endbram

match $__XILINX_RAM64X1D
  make_outreg
  or_next_if_better
endmatch

match $__XILINX_RAM128X1D
  make_outreg
endmatch
.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
/dts-v1/;

#include "bcm6358.dtsi"

#include <dt-bindings/input/input.h>

/ {
	model = "Broadcom BCM96358VW reference board";
	compatible = "brcm,bcm96358vw", "brcm,bcm6358";

	chosen {
		bootargs = "rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200";
		stdout-path = "serial0:115200n8";
	};

	leds {
		compatible = "gpio-leds";

		power_green {
			label = "96358VW:green:power";
			gpios = <&pinctrl 4 0>;
			default-state = "on";
		};
		stop_green {
			label = "96358VW:green:stop";
			gpios = <&pinctrl 5 0>;
		};
		adsl_fail_green {
			label = "96358VW:green:adsl-fail";
			gpios = <&pinctrl 15 1>;
		};
		ppp_green {
			label = "96358VW:green:ppp";
			gpios = <&pinctrl 22 1>;
		};
		ppp_fail_green {
			label = "96358VW:green:ppp-fail";
			gpios = <&pinctrl 23 1>;
		};
	};
};

&pflash {
	status = "ok";

	partitions {
		compatible = "brcm,bcm963xx-cfe-nor-partitions";
	};
};

&uart0 {
	status = "ok";
};