Searched full:fs26 (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/dts/bindings/watchdog/ |
D | nxp,fs26-wdog.yaml | 5 FS26 System Basis Chip (SBC) watchdog driver. 7 The FS26 features multiple voltage regulators to supply the microcontroller, 8 peripheral ICs and communication interfaces. The FS26 also offers various 11 FS26, which can react to any failure condition and place the system in a safe 12 state. This driver covers only the watchdog functionality of FS26. The rest 15 The FS26 uses a 32-bit SPI interface. The MCU is the primary driving MOSI and 16 FS26 is the secondary driving MISO. Therefore the FS26 devicetree node must be 17 in a SPI bus. For example, if FS26 is connected to spi3 bus, on Chip Select 0: 24 compatible = "nxp,fs26-wdog"; 33 When an FS26 internal interrupt occurs, the INTB pin generates a pulse to [all …]
|
/Zephyr-latest/tests/drivers/build_all/watchdog/ |
D | spi_devices.overlay | 34 test_spi_fs26: fs26@0 { 35 compatible = "nxp,fs26-wdog";
|
/Zephyr-latest/drivers/watchdog/ |
D | Kconfig.nxp_fs26 | 5 bool "NXP FS26 SBC watchdog driver" 11 Enable the NXP FS26 SBC watchdog driver.
|
D | wdt_nxp_fs26.h | 10 /* FS26 SPI Tx frame fields */ 22 /* FS26 SPI Rx frame fields */ 45 /* FS26 SPI Tx/Rx frame common fields */ 68 /* FS26 SPI register map */ 97 /* FS26 Fail Safe register map */
|
/Zephyr-latest/boards/nxp/mr_canhubk3/doc/ |
D | index.rst | 21 - `NXP FS26 Safety System Basis Chip`_ 51 WDT FS26 SBC watchdog 238 FS26 SBC Watchdog 242 on which the FS26 watchdog must be serviced with a good token refresh, otherwise 244 the FS26 watchdog driver that handles this initialization. 248 The FS26 can also be started in debug mode (watchdog disabled) following 340 .. _NXP FS26 Safety System Basis Chip: 341 …r-management/pmics-and-sbcs/safety-sbcs/safety-system-basis-chip-with-low-power-fit-for-asil-d:FS26
|
/Zephyr-latest/boards/nxp/mr_canhubk3/ |
D | mr_canhubk3.dts | 446 compatible = "nxp,fs26-wdog";
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.5.rst | 1560 * :dtcompatible:`nxp,fs26-wdog`
|