| * Device tree for LEGO MINDSTORMS EV3 |
| * Copyright (C) 2017 David Lechner <david@lechnology.com> |
| * SPDX-License-Identifier: GPL-2.0+ |
| * This is an absolute minimum device tree instead of using the one from Linux |
| * because the bootloader on the EV3 is limited to 256k. This saves us >10k. |
| compatible = "lego,ev3", "ti,da850"; |
| model = "LEGO MINDSTORMS EV3"; |
| reg = <0xc0000000 0x04000000>; |
| intc: interrupt-controller@fffee000 { |
| compatible = "ti,cp-intc"; |
| reg = <0xfffee000 0x2000>; |
| compatible = "simple-bus"; |
| ranges = <0x0 0x01c00000 0x400000>; |
| interrupt-parent = <&intc>; |
| compatible = "ti,da830-mmc"; |
| max-frequency = <50000000>; |
| compatible = "ti,da830-spi"; |
| ti,davinci-spi-intr-line = <1>; |
| compatible = "micron,n25q128a13", "jedec,spi-nor", "spi-flash"; |
| spi-max-frequency = <50000000>; |
| compatible = "ti,da830-uart", "ns16550a"; |