xref: /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7s-colibri.dtsi (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright 2016-2022 Toradex
4*f126890aSEmmanuel Vadot */
5*f126890aSEmmanuel Vadot
6*f126890aSEmmanuel Vadot#include "imx7s.dtsi"
7*f126890aSEmmanuel Vadot#include "imx7-colibri.dtsi"
8*f126890aSEmmanuel Vadot
9*f126890aSEmmanuel Vadot/ {
10*f126890aSEmmanuel Vadot	memory@80000000 {
11*f126890aSEmmanuel Vadot		device_type = "memory";
12*f126890aSEmmanuel Vadot		reg = <0x80000000 0x10000000>;
13*f126890aSEmmanuel Vadot	};
14*f126890aSEmmanuel Vadot};
15*f126890aSEmmanuel Vadot
16*f126890aSEmmanuel Vadot/* NAND */
17*f126890aSEmmanuel Vadot&gpmi {
18*f126890aSEmmanuel Vadot	status = "okay";
19*f126890aSEmmanuel Vadot};
20