Skip to content

Commit

Permalink
ARM64: dts: amlogic: gxbb: Enable NVMEM
Browse files Browse the repository at this point in the history
Add the NVMEM device node in the DTSI.

Signed-off-by: Carlo Caione <carlo@endlessm.com>
[khilman: dropped driver cleanup hunk]
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
  • Loading branch information
Carlo Caione authored and Kevin Hilman committed Sep 1, 2016
1 parent 56e9c4a commit bfe59f9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,24 @@
};
};

efuse: efuse {
compatible = "amlogic,meson-gxbb-efuse";
#address-cells = <1>;
#size-cells = <1>;

sn: sn@14 {
reg = <0x14 0x10>;
};

eth_mac: eth_mac@34 {
reg = <0x34 0x10>;
};

bid: bid@46 {
reg = <0x46 0x30>;
};
};

timer {
compatible = "arm,armv8-timer";
interrupts = <GIC_PPI 13
Expand Down

0 comments on commit bfe59f9

Please sign in to comment.