|
@@ -50,30 +50,6 @@
|
|
|
/ {
|
|
|
compatible = "amlogic,meson-gxbb";
|
|
|
|
|
|
- firmware {
|
|
|
- sm: secure-monitor {
|
|
|
- compatible = "amlogic,meson-gxbb-sm";
|
|
|
- };
|
|
|
- };
|
|
|
-
|
|
|
- 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>;
|
|
|
- };
|
|
|
- };
|
|
|
-
|
|
|
scpi {
|
|
|
compatible = "amlogic,meson-gxbb-scpi";
|
|
|
mboxes = <&mailbox 1 &mailbox 2>;
|
|
@@ -158,20 +134,6 @@
|
|
|
dr_mode = "host";
|
|
|
status = "disabled";
|
|
|
};
|
|
|
-
|
|
|
- ethmac: ethernet@c9410000 {
|
|
|
- compatible = "amlogic,meson-gxbb-dwmac", "snps,dwmac";
|
|
|
- reg = <0x0 0xc9410000 0x0 0x10000
|
|
|
- 0x0 0xc8834540 0x0 0x4>;
|
|
|
- interrupts = <0 8 1>;
|
|
|
- interrupt-names = "macirq";
|
|
|
- clocks = <&clkc CLKID_ETH>,
|
|
|
- <&clkc CLKID_FCLK_DIV2>,
|
|
|
- <&clkc CLKID_MPLL2>;
|
|
|
- clock-names = "stmmaceth", "clkin0", "clkin1";
|
|
|
- phy-mode = "rgmii";
|
|
|
- status = "disabled";
|
|
|
- };
|
|
|
};
|
|
|
};
|
|
|
|
|
@@ -192,55 +154,6 @@
|
|
|
};
|
|
|
|
|
|
&cbus {
|
|
|
- reset: reset-controller@4404 {
|
|
|
- compatible = "amlogic,meson-gxbb-reset";
|
|
|
- reg = <0x0 0x04404 0x0 0x20>;
|
|
|
- #reset-cells = <1>;
|
|
|
- };
|
|
|
-
|
|
|
- uart_B: serial@84dc {
|
|
|
- compatible = "amlogic,meson-uart";
|
|
|
- reg = <0x0 0x84dc 0x0 0x14>;
|
|
|
- interrupts = <GIC_SPI 75 IRQ_TYPE_EDGE_RISING>;
|
|
|
- clocks = <&xtal>;
|
|
|
- status = "disabled";
|
|
|
- };
|
|
|
-
|
|
|
- pwm_ab: pwm@8550 {
|
|
|
- compatible = "amlogic,meson-gxbb-pwm";
|
|
|
- reg = <0x0 0x08550 0x0 0x10>;
|
|
|
- #pwm-cells = <3>;
|
|
|
- status = "disabled";
|
|
|
- };
|
|
|
-
|
|
|
- pwm_cd: pwm@8650 {
|
|
|
- compatible = "amlogic,meson-gxbb-pwm";
|
|
|
- reg = <0x0 0x08650 0x0 0x10>;
|
|
|
- #pwm-cells = <3>;
|
|
|
- status = "disabled";
|
|
|
- };
|
|
|
-
|
|
|
- pwm_ef: pwm@86c0 {
|
|
|
- compatible = "amlogic,meson-gxbb-pwm";
|
|
|
- reg = <0x0 0x086c0 0x0 0x10>;
|
|
|
- #pwm-cells = <3>;
|
|
|
- status = "disabled";
|
|
|
- };
|
|
|
-
|
|
|
- uart_C: serial@8700 {
|
|
|
- compatible = "amlogic,meson-uart";
|
|
|
- reg = <0x0 0x8700 0x0 0x14>;
|
|
|
- interrupts = <GIC_SPI 93 IRQ_TYPE_EDGE_RISING>;
|
|
|
- clocks = <&xtal>;
|
|
|
- status = "disabled";
|
|
|
- };
|
|
|
-
|
|
|
- watchdog@98d0 {
|
|
|
- compatible = "amlogic,meson-gxbb-wdt";
|
|
|
- reg = <0x0 0x098d0 0x0 0x10>;
|
|
|
- clocks = <&xtal>;
|
|
|
- };
|
|
|
-
|
|
|
spifc: spi@8c80 {
|
|
|
compatible = "amlogic,meson-gxbb-spifc";
|
|
|
reg = <0x0 0x08c80 0x0 0x80>;
|
|
@@ -249,36 +162,13 @@
|
|
|
clocks = <&clkc CLKID_SPI>;
|
|
|
status = "disabled";
|
|
|
};
|
|
|
+};
|
|
|
|
|
|
- i2c_A: i2c@8500 {
|
|
|
- compatible = "amlogic,meson-gxbb-i2c";
|
|
|
- reg = <0x0 0x08500 0x0 0x20>;
|
|
|
- interrupts = <GIC_SPI 21 IRQ_TYPE_EDGE_RISING>;
|
|
|
- clocks = <&clkc CLKID_I2C>;
|
|
|
- #address-cells = <1>;
|
|
|
- #size-cells = <0>;
|
|
|
- status = "disabled";
|
|
|
- };
|
|
|
-
|
|
|
- i2c_B: i2c@87c0 {
|
|
|
- compatible = "amlogic,meson-gxbb-i2c";
|
|
|
- reg = <0x0 0x087c0 0x0 0x20>;
|
|
|
- interrupts = <GIC_SPI 214 IRQ_TYPE_EDGE_RISING>;
|
|
|
- clocks = <&clkc CLKID_I2C>;
|
|
|
- #address-cells = <1>;
|
|
|
- #size-cells = <0>;
|
|
|
- status = "disabled";
|
|
|
- };
|
|
|
-
|
|
|
- i2c_C: i2c@87e0 {
|
|
|
- compatible = "amlogic,meson-gxbb-i2c";
|
|
|
- reg = <0x0 0x087e0 0x0 0x20>;
|
|
|
- interrupts = <GIC_SPI 215 IRQ_TYPE_EDGE_RISING>;
|
|
|
- clocks = <&clkc CLKID_I2C>;
|
|
|
- #address-cells = <1>;
|
|
|
- #size-cells = <0>;
|
|
|
- status = "disabled";
|
|
|
- };
|
|
|
+ðmac {
|
|
|
+ clocks = <&clkc CLKID_ETH>,
|
|
|
+ <&clkc CLKID_FCLK_DIV2>,
|
|
|
+ <&clkc CLKID_MPLL2>;
|
|
|
+ clock-names = "stmmaceth", "clkin0", "clkin1";
|
|
|
};
|
|
|
|
|
|
&aobus {
|
|
@@ -355,13 +245,6 @@
|
|
|
#reset-cells = <1>;
|
|
|
};
|
|
|
|
|
|
- ir: ir@580 {
|
|
|
- compatible = "amlogic,meson-gxbb-ir";
|
|
|
- reg = <0x0 0x00580 0x0 0x40>;
|
|
|
- interrupts = <GIC_SPI 196 IRQ_TYPE_EDGE_RISING>;
|
|
|
- status = "disabled";
|
|
|
- };
|
|
|
-
|
|
|
pwm_ab_AO: pwm@550 {
|
|
|
compatible = "amlogic,meson-gxbb-pwm";
|
|
|
reg = <0x0 0x0550 0x0 0x10>;
|
|
@@ -381,11 +264,6 @@
|
|
|
};
|
|
|
|
|
|
&periphs {
|
|
|
- rng {
|
|
|
- compatible = "amlogic,meson-rng";
|
|
|
- reg = <0x0 0x0 0x0 0x4>;
|
|
|
- };
|
|
|
-
|
|
|
pinctrl_periphs: pinctrl@4b0 {
|
|
|
compatible = "amlogic,meson-gxbb-periphs-pinctrl";
|
|
|
#address-cells = <2>;
|
|
@@ -593,15 +471,18 @@
|
|
|
#clock-cells = <1>;
|
|
|
reg = <0x0 0x0 0x0 0x3db>;
|
|
|
};
|
|
|
+};
|
|
|
|
|
|
- mailbox: mailbox@404 {
|
|
|
- compatible = "amlogic,meson-gxbb-mhu";
|
|
|
- reg = <0 0x404 0 0x4c>;
|
|
|
- interrupts = <0 208 IRQ_TYPE_EDGE_RISING>,
|
|
|
- <0 209 IRQ_TYPE_EDGE_RISING>,
|
|
|
- <0 210 IRQ_TYPE_EDGE_RISING>;
|
|
|
- #mbox-cells = <1>;
|
|
|
- };
|
|
|
+&i2c_A {
|
|
|
+ clocks = <&clkc CLKID_I2C>;
|
|
|
+};
|
|
|
+
|
|
|
+&i2c_B {
|
|
|
+ clocks = <&clkc CLKID_I2C>;
|
|
|
+};
|
|
|
+
|
|
|
+&i2c_C {
|
|
|
+ clocks = <&clkc CLKID_I2C>;
|
|
|
};
|
|
|
|
|
|
&sd_emmc_a {
|