|
|
@@ -72,26 +72,6 @@
|
|
|
regulator-always-on;
|
|
|
};
|
|
|
|
|
|
- lbsc {
|
|
|
- compatible = "simple-bus";
|
|
|
- #address-cells = <1>;
|
|
|
- #size-cells = <1>;
|
|
|
- ranges = <0 0 0 0x20000000>;
|
|
|
-
|
|
|
- ethernet@8000000 {
|
|
|
- compatible = "smsc,lan9220", "smsc,lan9115";
|
|
|
- reg = <0x08000000 0x1000>;
|
|
|
- interrupt-parent = <&irqc1>;
|
|
|
- interrupts = <8 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
- phy-mode = "mii";
|
|
|
- reg-io-width = <4>;
|
|
|
- smsc,irq-active-high;
|
|
|
- smsc,irq-push-pull;
|
|
|
- vdd33a-supply = <&ape6evm_fixed_3v3>;
|
|
|
- vddvario-supply = <&ape6evm_fixed_1v8>;
|
|
|
- };
|
|
|
- };
|
|
|
-
|
|
|
leds {
|
|
|
compatible = "gpio-leds";
|
|
|
led1 {
|
|
|
@@ -184,6 +164,21 @@
|
|
|
voltage-tolerance = <1>; /* 1% */
|
|
|
};
|
|
|
|
|
|
+&bsc {
|
|
|
+ ethernet@8000000 {
|
|
|
+ compatible = "smsc,lan9220", "smsc,lan9115";
|
|
|
+ reg = <0x08000000 0x1000>;
|
|
|
+ interrupt-parent = <&irqc1>;
|
|
|
+ interrupts = <8 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
+ phy-mode = "mii";
|
|
|
+ reg-io-width = <4>;
|
|
|
+ smsc,irq-active-high;
|
|
|
+ smsc,irq-push-pull;
|
|
|
+ vdd33a-supply = <&ape6evm_fixed_3v3>;
|
|
|
+ vddvario-supply = <&ape6evm_fixed_1v8>;
|
|
|
+ };
|
|
|
+};
|
|
|
+
|
|
|
&cmt1 {
|
|
|
status = "okay";
|
|
|
};
|