|
@@ -6,6 +6,7 @@
|
|
|
|
|
|
#include <dt-bindings/clock/bcm6358-clock.h>
|
|
#include <dt-bindings/clock/bcm6358-clock.h>
|
|
#include <dt-bindings/gpio/gpio.h>
|
|
#include <dt-bindings/gpio/gpio.h>
|
|
|
|
+#include <dt-bindings/reset/bcm6358-reset.h>
|
|
#include "skeleton.dtsi"
|
|
#include "skeleton.dtsi"
|
|
|
|
|
|
/ {
|
|
/ {
|
|
@@ -80,6 +81,12 @@
|
|
mask = <0x1>;
|
|
mask = <0x1>;
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+ periph_rst: reset-controller@fffe0034 {
|
|
|
|
+ compatible = "brcm,bcm6345-reset";
|
|
|
|
+ reg = <0xfffe0034 0x4>;
|
|
|
|
+ #reset-cells = <1>;
|
|
|
|
+ };
|
|
|
|
+
|
|
gpio1: gpio-controller@fffe0080 {
|
|
gpio1: gpio-controller@fffe0080 {
|
|
compatible = "brcm,bcm6345-gpio";
|
|
compatible = "brcm,bcm6345-gpio";
|
|
reg = <0xfffe0080 0x4>, <0xfffe0088 0x4>;
|
|
reg = <0xfffe0080 0x4>, <0xfffe0088 0x4>;
|