2 * XLP8XX Device Tree Source for EVP boards
7 model = "netlogic,XLP-EVP";
8 compatible = "netlogic,xlp";
13 device_type = "memory";
14 reg = <0 0x00100000 0 0x0FF00000 // 255M at 1M
15 0 0x20000000 0 0xa0000000 // 2560M at 512M
16 0 0xe0000000 1 0x00000000>;
22 compatible = "simple-bus";
23 ranges = <0 0 0 0x18000000 0x04000000 // PCIe CFG
24 1 0 0 0x16000000 0x01000000>; // GBU chipselects
26 serial0: serial@30000 {
27 device_type = "serial";
28 compatible = "ns16550";
29 reg = <0 0x30100 0xa00>;
32 clock-frequency = <133333333>;
33 interrupt-parent = <&pic>;
36 serial1: serial@31000 {
37 device_type = "serial";
38 compatible = "ns16550";
39 reg = <0 0x31100 0xa00>;
42 clock-frequency = <133333333>;
43 interrupt-parent = <&pic>;
47 compatible = "opencores,i2c-ocores";
50 reg = <0 0x32100 0xa00>;
53 clock-frequency = <32000000>;
54 interrupt-parent = <&pic>;
58 compatible = "opencores,i2c-ocores";
61 reg = <0 0x33100 0xa00>;
64 clock-frequency = <32000000>;
65 interrupt-parent = <&pic>;
69 compatible = "dallas,ds1374";
74 compatible = "national,lm90";
81 #interrupt-cells = <1>;
82 reg = <0 0x4000 0x200>;
86 compatible = "cfi-flash";
90 reg = <1 0 0x1000000>;
94 reg = <0x0 0x100000>; /* 1M */
100 reg = <0x100000 0x100000>; /* 1M */
105 reg = <0x200000 0x500000>; /* 5M */
110 reg = <0x700000 0x800000>; /* 8M */
115 reg = <0xf00000 0x100000>; /* 1M */
122 bootargs = "console=ttyS0,115200 rdinit=/sbin/init";