1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later 2*f126890aSEmmanuel Vadot/* 3*f126890aSEmmanuel Vadot * Copyright (c) 2020 thingy.jp. 4*f126890aSEmmanuel Vadot * Author: Daniel Palmer <daniel@thingy.jp> 5*f126890aSEmmanuel Vadot */ 6*f126890aSEmmanuel Vadot 7*f126890aSEmmanuel Vadot#include "mstar-infinity.dtsi" 8*f126890aSEmmanuel Vadot 9*f126890aSEmmanuel Vadot/ { 10*f126890aSEmmanuel Vadot memory@20000000 { 11*f126890aSEmmanuel Vadot device_type = "memory"; 12*f126890aSEmmanuel Vadot reg = <0x20000000 0x4000000>; 13*f126890aSEmmanuel Vadot }; 14*f126890aSEmmanuel Vadot}; 15