2020-03-12 10:38:29 +02:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+ OR MIT
|
2016-06-26 01:47:55 -07:00
|
|
|
/*
|
2020-03-12 10:38:29 +02:00
|
|
|
* Copyright 2016-2020 Toradex
|
2016-06-26 01:47:55 -07:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#include "imx7s.dtsi"
|
|
|
|
|
#include "imx7-colibri.dtsi"
|
|
|
|
|
|
|
|
|
|
/ {
|
2018-01-24 11:22:14 -02:00
|
|
|
memory@80000000 {
|
2018-11-06 13:40:47 -02:00
|
|
|
device_type = "memory";
|
2016-06-26 01:47:55 -07:00
|
|
|
reg = <0x80000000 0x10000000>;
|
|
|
|
|
};
|
|
|
|
|
};
|
2020-01-08 17:12:31 +01:00
|
|
|
|
|
|
|
|
&gpmi {
|
|
|
|
|
status = "okay";
|
|
|
|
|
};
|