1 // SPDX-License-Identifier: GPL-2.0
3 compatible = "cdns,xtensa-xtfpga";
6 interrupt-parent = <&pic>;
9 bootargs = "earlycon=uart8250,mmio32native,0xfd050020,115200n8 console=ttyS0,115200n8 ip=dhcp root=/dev/nfs rw debug";
13 device_type = "memory";
14 reg = <0x00000000 0x06000000>;
21 compatible = "cdns,xtensa-cpu";
28 compatible = "cdns,xtensa-pic";
29 /* one cell: internal irq number,
30 * two cells: second cell == 0: internal irq number
31 * second cell == 1: external irq number
33 #interrupt-cells = <2>;
40 compatible = "fixed-clock";
41 clock-frequency = <54000000>;
48 compatible = "simple-bus";
49 ranges = <0x00000000 0xf0000000 0x10000000>;
51 osc: main-oscillator {
53 compatible = "cdns,xtfpga-clock";
54 reg = <0x0d020004 0x4>;
57 serial0: serial@0d050020 {
58 device_type = "serial";
59 compatible = "ns16550a";
61 reg = <0x0d050020 0x20>;
65 interrupts = <0 1>; /* external irq 0 */
69 enet0: ethoc@0d030000 {
70 compatible = "opencores,ethoc";
71 reg = <0x0d030000 0x4000 0x0d800000 0x4000>;
73 interrupts = <1 1>; /* external irq 1 */
74 local-mac-address = [00 50 c2 13 6f 00];
78 i2s0: xtfpga-i2s@0d080000 {
79 #sound-dai-cells = <0>;
80 compatible = "cdns,xtfpga-i2s";
81 reg = <0x0d080000 0x40>;
82 interrupts = <2 1>; /* external irq 2 */
83 clocks = <&cdce706 4>;
86 i2c0: i2c-master@0d090000 {
87 compatible = "opencores,i2c-ocores";
90 reg = <0x0d090000 0x20>;
97 cdce706: clock-synth@69 {
98 compatible = "ti,cdce706";
102 clock-names = "clk_in0";
106 spi0: spi-master@0d0a0000 {
107 compatible = "cdns,xtfpga-spi";
108 #address-cells = <1>;
110 reg = <0x0d0a0000 0xc>;
112 tlv320aic23: sound-codec@0 {
113 #sound-dai-cells = <0>;
114 compatible = "tlv320aic23";
116 spi-max-frequency = <12500000>;
122 compatible = "simple-audio-card";
123 simple-audio-card,format = "i2s";
124 simple-audio-card,mclk-fs = <256>;
126 simple-audio-card,cpu {
130 simple-audio-card,codec {
131 sound-dai = <&tlv320aic23>;
132 simple-audio-card,bitclock-master = <0>;
133 simple-audio-card,frame-master = <0>;
134 clocks = <&cdce706 4>;