Searched +full:s32g3 +full:- +full:rtc (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/rtc/nxp,s32g-rtc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: NXP S32G2/S32G3 Real Time Clock (RTC)10 - Bogdan Hamciuc <bogdan.hamciuc@nxp.com>11 - Ciprian Marian Costea <ciprianmarian.costea@nxp.com>14 RTC hardware module present on S32G2/S32G3 SoCs is used as a wakeup source.15 It is not kept alive during system reset and it is not battery-powered.18 - $ref: rtc.yaml#[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3 * Copyright 2021-2024 NXP7 * Andra-Teodora Ilie <andra.ilie@nxp.com>10 #include <dt-bindings/interrupt-controller/arm-gic.h>13 compatible = "nxp,s32g3";14 interrupt-parent = <&gic>;15 #address-cells = <0x02>;16 #size-cells = <0x02>;19 #address-cells = <1>;20 #size-cells = <0>;[all …]