2019-06-01 15:07:16 +08:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
2016-10-16 22:44:23 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2016 Andreas Färber
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
#include "imx6sx-udoo-neo.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "UDOO Neo Extended";
|
2016-11-02 01:38:12 +08:00
|
|
|
compatible = "udoo,neoextended", "fsl,imx6sx";
|
2016-10-16 22:44:23 +08:00
|
|
|
|
2018-01-24 21:22:14 +08:00
|
|
|
memory@80000000 {
|
2018-11-20 23:59:44 +08:00
|
|
|
device_type = "memory";
|
2016-10-16 22:44:23 +08:00
|
|
|
reg = <0x80000000 0x40000000>;
|
|
|
|
};
|
|
|
|
};
|
2019-06-01 15:07:17 +08:00
|
|
|
|
|
|
|
&i2c4 { /* Onboard Motion sensors */
|
|
|
|
status = "okay";
|
|
|
|
};
|
2019-06-01 15:07:18 +08:00
|
|
|
|
|
|
|
&uart3 { /* Bluetooth */
|
|
|
|
status = "okay";
|
|
|
|
};
|