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