Linux Audio

Check our new training course

Linux kernel drivers training

May 6-19, 2025
Register
Loading...
v6.2
 1// SPDX-License-Identifier: GPL-2.0
 2/dts-v1/;
 3/include/ "xtfpga.dtsi"
 4/include/ "xtfpga-flash-4m.dtsi"
 5
 6/ {
 7	compatible = "cdns,xtensa-lx60";
 8	memory@0 {
 9		device_type = "memory";
10		reg = <0x00000000 0x04000000>;
11	};
12};
v4.10.11
 
 1/dts-v1/;
 2/include/ "xtfpga.dtsi"
 3/include/ "xtfpga-flash-4m.dtsi"
 4
 5/ {
 6	compatible = "cdns,xtensa-lx60";
 7	memory@0 {
 8		device_type = "memory";
 9		reg = <0x00000000 0x04000000>;
10	};
11};