Add rtc node (non-standard bindings)
This commit is contained in:
parent
d07861fae1
commit
96e4c98280
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: meson8b.dtsi,v 1.4 2019/01/20 17:29:04 jmcneill Exp $ */
|
||||
/* $NetBSD: meson8b.dtsi,v 1.5 2019/01/20 17:57:29 jmcneill Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2019 Jared McNeill <jmcneill@invisible.ca>
|
||||
@ -144,3 +144,11 @@
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
&aobus {
|
||||
rtc: rtc@740 {
|
||||
compatible = "amlogic,meson8b-rtc";
|
||||
reg = <0x740 0x14>;
|
||||
interrupts = <GIC_SPI 72 IRQ_TYPE_EDGE_RISING>;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user