File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 chassis-type = "embedded";
1414
1515 aliases {
16+ serial0 = &uart0;
1617 };
1718
1819 chosen {
1920 stdout-path = "serial0:115200n8";
2021 };
2122};
23+
24+ &uart0 {
25+ status = "okay";
26+ };
Original file line number Diff line number Diff line change 1313 chassis-type = "embedded";
1414
1515 aliases {
16+ serial0 = &uart0;
1617 };
1718
1819 chosen {
1920 stdout-path = "serial0:115200n8";
2021 };
2122};
23+
24+ &uart0 {
25+ status = "okay";
26+ };
Original file line number Diff line number Diff line change 1313 chassis-type = "embedded";
1414
1515 aliases {
16+ serial0 = &uart0;
1617 };
1718
1819 chosen {
1920 stdout-path = "serial0:115200n8";
2021 };
2122};
23+
24+ &uart0 {
25+ status = "okay";
26+ };
Original file line number Diff line number Diff line change 360360
361361 qup_uart0_default: qup-uart0-default-state {
362362 pins = "gpio0", "gpio1";
363- function = "qup0_se1 ";
363+ function = "qup0_se0 ";
364364 drive-strength = <2>;
365365 bias-disable;
366366 };
677677 status = "disabled";
678678 };
679679 };
680+
681+ qupv3_0: geniqup@4ac0000 {
682+ compatible = "qcom,geni-se-qup";
683+ reg = <0x0 0x04ac0000 0x0 0x2000>;
684+
685+ clocks = <&gcc GCC_QUPV3_WRAP_0_M_AHB_CLK>,
686+ <&gcc GCC_QUPV3_WRAP_0_S_AHB_CLK>;
687+ clock-names = "m-ahb",
688+ "s-ahb";
689+
690+ #address-cells = <2>;
691+ #size-cells = <2>;
692+ ranges;
693+
694+ uart0: serial@4a80000 {
695+ compatible = "qcom,geni-debug-uart";
696+ reg = <0x0 0x04a80000 0x0 0x4000>;
697+
698+ interrupts = <GIC_SPI 527 IRQ_TYPE_LEVEL_HIGH>;
699+
700+ clocks = <&gcc GCC_QUPV3_WRAP0_S0_CLK>;
701+ clock-names = "se";
702+
703+ interconnects = <&clk_virt MASTER_QUP_CORE_0 RPM_ALWAYS_TAG
704+ &clk_virt SLAVE_QUP_CORE_0 RPM_ALWAYS_TAG>,
705+ <&mem_noc MASTER_AMPSS_M0 RPM_ALWAYS_TAG
706+ &config_noc SLAVE_QUP_0 RPM_ALWAYS_TAG>;
707+ interconnect-names = "qup-core",
708+ "qup-config";
709+
710+ pinctrl-0 = <&qup_uart0_default>;
711+ pinctrl-names = "default";
712+
713+ status = "disabled";
714+ };
715+ };
680716 };
681717
682718 timer {
You can’t perform that action at this time.
0 commit comments