0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003 * Copyright (c) 2016 Andreas Färber
0004 */
0005
0006 /dts-v1/;
0007
0008 #include "imx6sx-udoo-neo.dtsi"
0009
0010 / {
0011 model = "UDOO Neo Extended";
0012 compatible = "udoo,neoextended", "fsl,imx6sx";
0013
0014 memory@80000000 {
0015 device_type = "memory";
0016 reg = <0x80000000 0x40000000>;
0017 };
0018 };
0019
0020 &i2c4 { /* Onboard Motion sensors */
0021 status = "okay";
0022 };
0023
0024 &uart3 { /* Bluetooth */
0025 status = "okay";
0026 };