File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 546
546
status = "disabled";
547
547
};
548
548
549
+ sfc: spi@301c0000 {
550
+ compatible = "rockchip,sfc";
551
+ reg = <0x301c0000 0x4000>;
552
+ interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
553
+ clocks = <&cru SCLK_SFC>, <&cru HCLK_SFC>;
554
+ clock-names = "clk_sfc", "hclk_sfc";
555
+ pinctrl-0 = <&sfc_clk &sfc_cs0 &sfc_bus4>;
556
+ pinctrl-names = "default";
557
+ status = "disabled";
558
+ };
559
+
549
560
gmac: eth@30200000 {
550
561
compatible = "rockchip,rv1108-gmac";
551
562
reg = <0x30200000 0x10000>;
714
725
};
715
726
};
716
727
728
+ sfc {
729
+ sfc_bus4: sfc-bus4 {
730
+ rockchip,pins =
731
+ <2 RK_PA0 3 &pcfg_pull_none>,
732
+ <2 RK_PA1 3 &pcfg_pull_none>,
733
+ <2 RK_PA2 3 &pcfg_pull_none>,
734
+ <2 RK_PA3 3 &pcfg_pull_none>;
735
+ };
736
+
737
+ sfc_bus2: sfc-bus2 {
738
+ rockchip,pins =
739
+ <2 RK_PA0 3 &pcfg_pull_none>,
740
+ <2 RK_PA1 3 &pcfg_pull_none>;
741
+ };
742
+
743
+ sfc_cs0: sfc-cs0 {
744
+ rockchip,pins =
745
+ <2 RK_PB4 3 &pcfg_pull_none>;
746
+ };
747
+
748
+ sfc_clk: sfc-clk {
749
+ rockchip,pins =
750
+ <2 RK_PB7 2 &pcfg_pull_none>;
751
+ };
752
+ };
753
+
717
754
gmac {
718
755
rmii_pins: rmii-pins {
719
756
rockchip,pins = <1 RK_PC5 2 &pcfg_pull_none>,
You can’t perform that action at this time.
0 commit comments