Linux Audio

Check our new training course

Buildroot integration, development and maintenance

Need a Buildroot system for your embedded project?
Loading...
Note: File does not exist in v4.17.
 1// SPDX-License-Identifier: GPL-2.0-or-later
 2/*
 3 * Copyright (c) 2020 thingy.jp.
 4 * Author: Daniel Palmer <daniel@thingy.jp>
 5 */
 6
 7#include "mstar-infinity.dtsi"
 8
 9/ {
10	memory@20000000 {
11		device_type = "memory";
12		reg = <0x20000000 0x4000000>;
13	};
14};