1 // SPDX-License-Identifier: GPL-2.0 2 / { 3 compatible = "cdns,xtensa-xtfpga"; 4 #address-cells = <1>; 5 #size-cells = <1>; 6 interrupt-parent = <&pic>; 7 8 chosen { 9 bootargs = "earlycon=uart8250, 10 }; 11 12 memory@0 { 13 device_type = "memory"; 14 reg = <0x00000000 0x06000000>; 15 }; 16 17 cpus { 18 #address-cells = <1>; 19 #size-cells = <0>; 20 cpu@0 { 21 compatible = "cdns,xte 22 reg = <0>; 23 clocks = <&osc>; 24 }; 25 }; 26 27 pic: pic { 28 compatible = "cdns,xtensa-pic" 29 /* one cell: internal irq numb 30 * two cells: second cell == 0 31 * second cell == 1 32 */ 33 #interrupt-cells = <2>; 34 interrupt-controller; 35 }; 36 37 clocks { 38 clk54: clk54 { 39 #clock-cells = <0>; 40 compatible = "fixed-cl 41 clock-frequency = <540 42 }; 43 }; 44 45 soc { 46 #address-cells = <1>; 47 #size-cells = <1>; 48 compatible = "simple-bus"; 49 ranges = <0x00000000 0xf000000 50 51 osc: main-oscillator { 52 #clock-cells = <0>; 53 compatible = "cdns,xtf 54 reg = <0x0d020004 0x4> 55 }; 56 57 serial0: serial@0d050020 { 58 device_type = "serial" 59 compatible = "ns16550a 60 no-loopback-test; 61 reg = <0x0d050020 0x20 62 reg-shift = <2>; 63 reg-io-width = <4>; 64 native-endian; 65 interrupts = <0 1>; /* 66 clocks = <&osc>; 67 }; 68 69 enet0: ethoc@0d030000 { 70 compatible = "opencore 71 reg = <0x0d030000 0x40 72 native-endian; 73 interrupts = <1 1>; /* 74 local-mac-address = [0 75 clocks = <&osc>; 76 }; 77 78 i2s0: xtfpga-i2s@0d080000 { 79 #sound-dai-cells = <0> 80 compatible = "cdns,xtf 81 reg = <0x0d080000 0x40 82 interrupts = <2 1>; /* 83 clocks = <&cdce706 4>; 84 }; 85 86 i2c0: i2c-master@0d090000 { 87 compatible = "opencore 88 #address-cells = <1>; 89 #size-cells = <0>; 90 reg = <0x0d090000 0x20 91 reg-shift = <2>; 92 reg-io-width = <4>; 93 native-endian; 94 interrupts = <4 1>; 95 clocks = <&osc>; 96 97 cdce706: clock-synth@6 98 compatible = " 99 #clock-cells = 100 reg = <0x69>; 101 clocks = <&clk 102 clock-names = 103 }; 104 }; 105 106 spi0: spi@0d0a0000 { 107 compatible = "cdns,xtf 108 #address-cells = <1>; 109 #size-cells = <0>; 110 reg = <0x0d0a0000 0xc> 111 112 tlv320aic23: sound-cod 113 #sound-dai-cel 114 compatible = " 115 reg = <0>; 116 spi-max-freque 117 }; 118 }; 119 }; 120 121 sound { 122 compatible = "simple-audio-car 123 simple-audio-card,format = "i2 124 simple-audio-card,mclk-fs = <2 125 126 simple-audio-card,cpu { 127 sound-dai = <&i2s0>; 128 }; 129 130 simple-audio-card,codec { 131 sound-dai = <&tlv320ai 132 simple-audio-card,bitc 133 simple-audio-card,fram 134 clocks = <&cdce706 4>; 135 }; 136 }; 137 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.