2020-03-12 11:38:30 +03:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+ OR MIT
|
2014-04-03 19:47:10 +04:00
|
|
|
/*
|
2020-03-12 11:38:30 +03:00
|
|
|
* Copyright 2014-2020 Toradex
|
2014-04-03 19:47:10 +04:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include "vf610.dtsi"
|
2014-11-02 23:36:47 +03:00
|
|
|
#include "vf-colibri.dtsi"
|
2014-04-03 19:47:10 +04:00
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Toradex Colibri VF61 COM";
|
2014-07-18 18:25:18 +04:00
|
|
|
compatible = "toradex,vf610-colibri_vf61", "fsl,vf610";
|
2014-04-03 19:47:10 +04:00
|
|
|
|
2018-03-04 01:40:41 +03:00
|
|
|
memory@80000000 {
|
2018-12-01 03:44:52 +03:00
|
|
|
device_type = "memory";
|
2014-04-03 19:47:10 +04:00
|
|
|
reg = <0x80000000 0x10000000>;
|
|
|
|
};
|
|
|
|
};
|
2016-04-02 09:13:40 +03:00
|
|
|
|
|
|
|
&nfc {
|
|
|
|
assigned-clocks = <&clks VF610_CLK_NFC>;
|
|
|
|
assigned-clock-rates = <50000000>;
|
|
|
|
};
|