1*c66ec88fSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0 2*c66ec88fSEmmanuel Vadot/dts-v1/; 3*c66ec88fSEmmanuel Vadot/include/ "xtfpga.dtsi" 4*c66ec88fSEmmanuel Vadot/include/ "xtfpga-flash-16m.dtsi" 5*c66ec88fSEmmanuel Vadot 6*c66ec88fSEmmanuel Vadot/ { 7*c66ec88fSEmmanuel Vadot compatible = "cdns,xtensa-ml605"; 8*c66ec88fSEmmanuel Vadot memory@0 { 9*c66ec88fSEmmanuel Vadot device_type = "memory"; 10*c66ec88fSEmmanuel Vadot reg = <0x00000000 0x08000000>; 11*c66ec88fSEmmanuel Vadot }; 12*c66ec88fSEmmanuel Vadot}; 13