1 // SPDX-License-Identifier: GPL-2.0-only
3 * Device tree for LEGO MINDSTORMS EV3
13 compatible = "lego,ev3", "ti,da850";
14 model = "LEGO MINDSTORMS EV3";
22 stdout-path = &serial1;
26 device_type = "memory";
27 reg = <0xc0000000 0x04000000>;
34 intc: interrupt-controller@fffee000 {
35 compatible = "ti,cp-intc";
37 #interrupt-cells = <1>;
39 reg = <0xfffee000 0x2000>;
44 compatible = "simple-bus";
48 ranges = <0x0 0x01c00000 0x400000>;
49 interrupt-parent = <&intc>;
52 compatible = "ti,da830-mmc";
53 reg = <0x40000 0x1000>;
57 max-frequency = <50000000>;
64 compatible = "ti,da830-spi";
65 reg = <0x41000 0x1000>;
67 ti,davinci-spi-intr-line = <1>;
71 compatible = "micron,n25q128a13", "jedec,spi-nor", "spi-flash";
73 spi-max-frequency = <50000000>;
77 serial1: serial@10c000 {
78 compatible = "ti,da830-uart", "ns16550a";
79 reg = <0x10c000 0x100>;