2 compatible = "cdns,xtensa-xtfpga";
5 interrupt-parent = <&pic>;
8 bootargs = "earlycon=uart8250,mmio32,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/nfs rw debug";
12 device_type = "memory";
13 reg = <0x00000000 0x06000000>;
20 compatible = "cdns,xtensa-cpu";
22 /* Filled in by platform_setup from FPGA register
23 * clock-frequency = <100000000>;
29 compatible = "cdns,xtensa-pic";
30 /* one cell: internal irq number,
31 * two cells: second cell == 0: internal irq number
32 * second cell == 1: external irq number
34 #interrupt-cells = <2>;
39 osc: main-oscillator {
41 compatible = "fixed-clock";
46 compatible = "fixed-clock";
47 clock-frequency = <54000000>;
54 compatible = "simple-bus";
55 ranges = <0x00000000 0xf0000000 0x10000000>;
57 serial0: serial@0d050020 {
58 device_type = "serial";
59 compatible = "ns16550a";
61 reg = <0x0d050020 0x20>;
63 interrupts = <0 1>; /* external irq 0 */
67 enet0: ethoc@0d030000 {
68 compatible = "opencores,ethoc";
69 reg = <0x0d030000 0x4000 0x0d800000 0x4000>;
70 interrupts = <1 1>; /* external irq 1 */
71 local-mac-address = [00 50 c2 13 6f 00];
75 i2s0: xtfpga-i2s@0d080000 {
76 #sound-dai-cells = <0>;
77 compatible = "cdns,xtfpga-i2s";
78 reg = <0x0d080000 0x40>;
79 interrupts = <2 1>; /* external irq 2 */
80 clocks = <&cdce706 4>;
83 i2c0: i2c-master@0d090000 {
84 compatible = "opencores,i2c-ocores";
87 reg = <0x0d090000 0x20>;
93 cdce706: clock-synth@69 {
94 compatible = "ti,cdce706";
98 clock-names = "clk_in0";
102 spi0: spi-master@0d0a0000 {
103 compatible = "cdns,xtfpga-spi";
104 #address-cells = <1>;
106 reg = <0x0d0a0000 0xc>;
108 tlv320aic23: sound-codec@0 {
109 #sound-dai-cells = <0>;
110 compatible = "tlv320aic23";
112 spi-max-frequency = <12500000>;
118 compatible = "simple-audio-card";
119 simple-audio-card,format = "i2s";
120 simple-audio-card,mclk-fs = <256>;
122 simple-audio-card,cpu {
126 simple-audio-card,codec {
127 sound-dai = <&tlv320aic23>;
128 simple-audio-card,bitclock-master = <0>;
129 simple-audio-card,frame-master = <0>;
130 clocks = <&cdce706 4>;