|
@@ -43,6 +43,7 @@
|
|
|
#include <dt-bindings/gpio/gpio.h>
|
|
|
#include <dt-bindings/interrupt-controller/irq.h>
|
|
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
|
|
+#include <dt-bindings/gpio/meson-gxbb-gpio.h>
|
|
|
|
|
|
/ {
|
|
|
compatible = "amlogic,meson-gxbb";
|
|
@@ -158,6 +159,29 @@
|
|
|
#size-cells = <2>;
|
|
|
ranges = <0x0 0x0 0x0 0xc8100000 0x0 0x100000>;
|
|
|
|
|
|
+ pinctrl_aobus: pinctrl@14 {
|
|
|
+ compatible = "amlogic,meson-gxbb-aobus-pinctrl";
|
|
|
+ #address-cells = <2>;
|
|
|
+ #size-cells = <2>;
|
|
|
+ ranges;
|
|
|
+
|
|
|
+ gpio_ao: bank@14 {
|
|
|
+ reg = <0x0 0x00014 0x0 0x8>,
|
|
|
+ <0x0 0x0002c 0x0 0x4>,
|
|
|
+ <0x0 0x00024 0x0 0x8>;
|
|
|
+ reg-names = "mux", "pull", "gpio";
|
|
|
+ gpio-controller;
|
|
|
+ #gpio-cells = <2>;
|
|
|
+ };
|
|
|
+
|
|
|
+ uart_ao_a_pins: uart_ao_a {
|
|
|
+ mux {
|
|
|
+ groups = "uart_tx_ao_a", "uart_rx_ao_a";
|
|
|
+ function = "uart_ao";
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+
|
|
|
uart_AO: serial@4c0 {
|
|
|
compatible = "amlogic,meson-uart";
|
|
|
reg = <0x0 0x004c0 0x0 0x14>;
|
|
@@ -173,6 +197,23 @@
|
|
|
#address-cells = <2>;
|
|
|
#size-cells = <2>;
|
|
|
ranges = <0x0 0x0 0x0 0xc8834000 0x0 0x2000>;
|
|
|
+
|
|
|
+ pinctrl_periphs: pinctrl@4b0 {
|
|
|
+ compatible = "amlogic,meson-gxbb-periphs-pinctrl";
|
|
|
+ #address-cells = <2>;
|
|
|
+ #size-cells = <2>;
|
|
|
+ ranges;
|
|
|
+
|
|
|
+ gpio: bank@4b0 {
|
|
|
+ reg = <0x0 0x004b0 0x0 0x28>,
|
|
|
+ <0x0 0x004e8 0x0 0x14>,
|
|
|
+ <0x0 0x00120 0x0 0x14>,
|
|
|
+ <0x0 0x00430 0x0 0x40>;
|
|
|
+ reg-names = "mux", "pull", "pull-enable", "gpio";
|
|
|
+ gpio-controller;
|
|
|
+ #gpio-cells = <2>;
|
|
|
+ };
|
|
|
+ };
|
|
|
};
|
|
|
|
|
|
hiubus: hiubus@c883c000 {
|