diff options
author | Tom Rini <trini@konsulko.com> | 2020-04-13 16:06:51 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-04-13 16:06:51 -0400 |
commit | 2af31afc7ac55b2d11676da51599c6dd679e77c3 (patch) | |
tree | 90f043569d3b91514da04b0f85d6a62350a10aec /arch/arm/dts/socfpga_arria5_secu1.dts | |
parent | 61819012b6ae4b36627f08e86895d92ece75991d (diff) | |
parent | 3958ef307e09a28ce649dd7d6e0cb398996dcaa5 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
Diffstat (limited to 'arch/arm/dts/socfpga_arria5_secu1.dts')
-rw-r--r-- | arch/arm/dts/socfpga_arria5_secu1.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/dts/socfpga_arria5_secu1.dts b/arch/arm/dts/socfpga_arria5_secu1.dts index dadf766682..820e29ad6d 100644 --- a/arch/arm/dts/socfpga_arria5_secu1.dts +++ b/arch/arm/dts/socfpga_arria5_secu1.dts @@ -31,6 +31,12 @@ spi0 = &spi1; }; + bootcount@0 { + compatible = "u-boot,bootcount-rtc"; + rtc = <&rtc>; + offset = <0x9e>; + }; + i2c_gpio: i2c@0 { compatible = "i2c-gpio"; #address-cells = <1>; |