-
Hello, i'm trying to use the freenove esp32 wrover board, with Zephyr Os.
Everything was perfect until i try to use the camera, i add it to the devicetree with :
```
&pinctrl {
i2c_cam: i2c_…
-
## Introduction
This RFC provides a solution which completely separates software (drivers, subsystems, RAM/ROM layout etc.) from hardware (physical devices, interrupts, cores, etc.)
This solves:…
-
Hello good sir. Im still trying to figure out the best (apparently gonna be non standard) way of passing platform data to my usb to i2c/spi etc devices. Your wiki for the devicetree info (awesome btw …
-
**Is your enhancement proposal related to a problem? Please describe.**
Devicetree is widely used by Zephyr, but it lacks convenient tooling for development.
It is used by most in-tree device dr…
-
https://github.com/TravMurav/dtbloader
> dtbloader is an EFI driver that finds and installs DeviceTree into the UEFI configuration table
>
> Since most existing Windows-on-Arm devices focus on Win…
-
-
as custom developer we developer it required to have KERNEL_DEVICETREE
-
The present boot_param had given us too much overhead. So now it's time to throw it away and introduce modern booting protocol.
ACPI can be an option but it has never been used by MIPS before thus …
-
We have compiled latest ARM tip and compiled. When we are trying with tip build with ACS keys we are observing keys getting updated and not getting original values . So during next boot image authenti…
-
**Describe the bug**
Device tree tests cannot be built with coverage enabled
DT_SPEC related macro tests (ADC_DT_SPEC_GET_BY_NAME, MBOX_DT_SPEC_GET)should not appear in this test because the…