Linux Audio

Check our new training course

In-person Linux kernel drivers training

Jun 16-20, 2025
Register
Loading...
v6.13.7
 1// SPDX-License-Identifier: GPL-2.0
 2/dts-v1/;
 3/include/ "xtfpga.dtsi"
 4/include/ "xtfpga-flash-16m.dtsi"
 5
 6/ {
 7	compatible = "cdns,xtensa-ml605";
 8	memory@0 {
 9		device_type = "memory";
10		reg = <0x00000000 0x08000000>;
11	};
12};
v3.15
 
 1/dts-v1/;
 2/include/ "xtfpga.dtsi"
 3/include/ "xtfpga-flash-16m.dtsi"
 4
 5/ {
 6	compatible = "cdns,xtensa-ml605";
 7	memory@0 {
 8		device_type = "memory";
 9		reg = <0x00000000 0x08000000>;
10	};
11};