/openbmc/u-boot/board/lego/ev3/ |
H A D | README | 4 LEGO MINDSTORMS EV3 is a toy robot produced by the LEGO Group. It is based 5 on the davinci da850 evm. The EV3 has a 16MB spi flash and a SDHC microSD card 11 The EV3 contains a bootloader in EEPROM that loads u-boot.bin from address 0x0 25 * If it was successful, try to load da850-lego-ev3.dtb 37 | da850-lego-ev3.dtb | 0x40000 | 0x10000 (64KiB) | 45 The program is started by holding down the right button on the EV3 when powering 47 mode. The image can then be uploaded using the official LEGO MINDSTORMS EV3
|
H A D | Kconfig | 4 default "ev3"
|
H A D | MAINTAINERS | 4 F: board/lego/ev3/
|
/openbmc/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | lego,ev3-battery.yaml | 4 $id: http://devicetree.org/schemas/power/supply/lego,ev3-battery.yaml# 7 title: LEGO MINDSTORMS EV3 Battery 14 LEGO MINDSTORMS EV3 has some built-in capability for monitoring the battery. 23 const: lego,ev3-battery 51 compatible = "lego,ev3-battery";
|
/openbmc/linux/arch/arm/boot/dts/ti/davinci/ |
H A D | da850-lego-ev3.dts | 3 * Device tree for LEGO MINDSTORMS EV3 16 compatible = "lego,ev3", "ti,da850"; 17 model = "LEGO MINDSTORMS EV3"; 29 * The buttons on the EV3 are mapped to keyboard keys. 33 label = "EV3 Brick Buttons"; 75 * The EV3 has two built-in bi-color LEDs behind the buttons. 110 * The EV3 is powered down by turning off the main 5V supply. 173 * The EV3 can use 6-AA batteries or a rechargeable Li-ion battery pack. 176 compatible = "lego,ev3-battery"; 395 compatible = "lego,ev3-lcd";
|
H A D | Makefile | 6 da850-lego-ev3.dtb
|
/openbmc/linux/drivers/power/supply/ |
H A D | lego_ev3_battery.c | 2 * Battery driver for LEGO MINDSTORMS EV3 145 .name = "lego-ev3-battery", 216 { .compatible = "lego,ev3-battery", }, 223 .name = "lego-ev3-battery", 232 MODULE_DESCRIPTION("LEGO MINDSTORMS EV3 Battery Driver");
|
H A D | Kconfig | 165 tristate "LEGO MINDSTORMS EV3 battery" 168 Say Y here to enable support for the LEGO MINDSTORMS EV3 battery.
|
/openbmc/linux/Documentation/devicetree/bindings/display/ |
H A D | sitronix,st7586.txt | 4 - compatible: "lego,ev3-lcd". 17 compatible = "lego,ev3-lcd";
|
/openbmc/linux/Documentation/devicetree/bindings/arm/ti/ |
H A D | ti,davinci.yaml | 24 - lego,ev3 # LEGO MINDSTORMS EV3 (AM1808 based)
|
/openbmc/u-boot/arch/arm/mach-davinci/ |
H A D | Kconfig | 35 bool "LEGO MINDSTORMS EV3" 153 source "board/lego/ev3/Kconfig"
|
/openbmc/linux/net/bluetooth/ |
H A D | iso.c | 1690 struct hci_evt_le_big_info_adv_report *ev3 = NULL; in iso_conn_ready() local 1723 ev3 = hci_recv_event_data(hcon->hdev, in iso_conn_ready() 1725 if (ev3) in iso_conn_ready() 1728 iso_match_sync_handle, ev3); in iso_conn_ready() 1768 if (ev3) { in iso_conn_ready() 1770 iso_pi(sk)->qos.bcast.encryption = ev3->encryption; in iso_conn_ready() 1833 struct hci_ev_le_per_adv_report *ev3; in iso_connect_ind() local 1905 ev3 = hci_recv_event_data(hdev, HCI_EV_LE_PER_ADV_REPORT); in iso_connect_ind() 1906 if (ev3) { in iso_connect_ind() 1908 iso_match_sync_handle_pa_report, ev3); in iso_connect_ind() [all …]
|
H A D | hci_conn.c | 2810 /* eSCO logical transport (1 Mb/s): EV3, EV4 and EV5 */ in hci_conn_get_phy() 2816 /* eSCO logical transport (2 Mb/s): 2-EV3, 2-EV5 */ in hci_conn_get_phy() 2823 /* eSCO logical transport (3 Mb/s): 3-EV3, 3-EV5 */ in hci_conn_get_phy()
|
/openbmc/linux/drivers/gpu/drm/tiny/ |
H A D | st7586.c | 299 { .compatible = "lego,ev3-lcd" }, 305 { "ev3-lcd", 0 },
|
H A D | Kconfig | 197 * LEGO MINDSTORMS EV3
|
/openbmc/u-boot/include/configs/ |
H A D | legoev3.h | 105 "fdtfile=da850-lego-ev3.dtb\0" \
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | hwrpb.h | 12 #define EV3_CPU 1 /* EV3 */
|
H A D | core_apecs.h | 344 unsigned long dc_addr; /* EV3 Phys Addr for ECC/DPERR. */
|
H A D | core_t2.h | 189 unsigned long elfmc_dc_addr; /* EV3 Phys Addr for ECC/DPERR. */
|
/openbmc/qemu/tests/qtest/ |
H A D | microbit-test.c | 467 uint32_t ev2, uint32_t ev3) in timer_assert_events() argument 476 == ev3); in timer_assert_events()
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | setup.c | 1137 "EV3", "EV4", "Simulate", "LCA4", "EV5", "EV45", "EV56", in show_cpuinfo()
|
/openbmc/linux/drivers/usb/serial/ |
H A D | ftdi_sio_ids.h | 82 #define FTDI_EV3CON_PID 0xABB9 /* Mindstorms EV3 Console Adapter */
|
/openbmc/linux/ |
H A D | MAINTAINERS | 11938 LEGO MINDSTORMS EV3 11941 F: Documentation/devicetree/bindings/power/supply/lego,ev3-battery.yaml 11942 F: arch/arm/boot/dts/ti/davinci/da850-lego-ev3.dts
|
/openbmc/ |
D | opengrok1.0.log | 1755 2025-03-13 03:00:44.465-0500 FINEST t508 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/lego/ev3/MAINTAINERS' (75) at 20210308005003016 [all...] |
D | opengrok2.0.log | 1764 2025-03-12 03:00:44.518-0500 FINEST t502 IndexDatabase.setupDeletedUids: live doc: '/openbmc/u-boot/board/lego/ev3/MAINTAINERS' (75) at 20210308005003016 [all...] |